Stealth Update is a WordPress app, with a 5.0 average rating from 5 reviews, as of July 9, 2026.
Stealth Update is a WordPress Plugin Directory app by Scott Reilly. With a rating of 5.0★ from 5 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Stealth Update is a category-leading WordPress app with a limited review volume. It is listed in the Post category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 5 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Scott Reilly — established developer track record
Cons
- −Limited review base (5) — ratings can shift significantly with new feedback
Looking to switch from Stealth Update?
See Stealth Update's alternatives ranked by audit score, rating, and review velocity.
How Stealth Update works
Show full descriptionShow less
This plugin allows you to choose to update a post without having WordPress automatically update the post’s post_modified timestamp.
WordPress maintains a post field called post_modified which tracks the date the post was last edited. This value is used by feeds to indicate the latest update to each post or to report the latest updated post. Plugins and themes may also reference the post modification date to call attention to posts that have been updated. However, if an update is such that you don’t want it to be recorded in the post_modified date field (perhaps due to the update being a small formatting/editing change or fixing a typo, or if you just want to keep quiet about an update), then this plugin is for you.
This plugin adds a “Stealth update?” checkbox to the “Publish” box of any post’s or page’s “Edit Post” admin page.
Note: The plugin records when a post is stealth updated, so subsequent edits of the post will have the “Stealth update?” checkbox checked by default.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage
Filters The plugin is further customizable via two filters. Typically, these customizations would be put into your active theme’s functions.php file, or used by another plugin.
c2c_stealth_update_meta_key (filter) The ‘c2c_stealth_update_meta_key’ filter allows you to override the name of the custom field key used by the plugin to store a post’s stealth update status. This isn’t a common need.
Arguments:
$custom_field_key (string): The custom field key to be used by the plugin. By default this is ‘_stealth-update’.
Example:
/** * Defines a custom meta key to be used by Stealth Update. * * @param string $custom_field_key The default custom field key name. * @return string */ function override_stealth_update_key( $custom_field_key ) { return '_my_custom_stealth-update'; } add_filter( 'c2c_stealth_update_meta_key', 'override_stealth_update_key' );
c2c_stealth_update_default (filter) The ‘c2c_stealth_update_default’ filter allows you to override the default state of the ‘Stealth Update?’ checkbox.
Arguments:
$state (boolean): The default state of the checkbox. By default this is false.
$post (WP_Post): The post currently being created/edited.
Example:
// Have the Stealth Update? checkbox checked by default. add_filter( 'c2c_stealth_update_default', '__return_true' );
Category rankings
As of Jul 9, 2026- Latest#0of 2Top 1%
- Post#0of 567Top 1%
- Post_modified#0of 1Top 1%
- Post modified#0of 2Top 1%
- Publish#0of 13Top 1%
- Update#0of 13Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Stealth Updatedoesn't have curated competitor matchups yet. Other tracked post apps on WordPress:
Where Stealth Update stands in the Post category
Stealth Update ranks #0 of 567 apps in the Post category, placing it in the top 1% of the listing.
Frequently asked questions
What is Stealth Update?
Stealth Update is an app for WordPress. It currently holds a 5.0-star rating from 5 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Post category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Scott Reilly.
Who uses Stealth Update?
Currently around 100 active stores have installed Stealth Update. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Post category on WordPress.