Stealth Publish is a WordPress app, with a 5.0 average rating from 11 reviews, as of July 9, 2026.
Stealth Publish is a WordPress Plugin Directory app by Scott Reilly. With a rating of 5.0★ from 11 reviews.
AppRanks data: Stealth Publish ranks #0 in Archive on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Stealth Publish is a category-leading WordPress app with a limited review volume. It is listed in the Feed category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 11 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 (11) — ratings can shift significantly with new feedback
Looking to switch from Stealth Publish?
See Stealth Publish's alternatives ranked by audit score, rating, and review velocity.
How Stealth Publish works
Show full descriptionShow less
This plugin allows you to prevent specified posts from being featured on the front page or in feeds, and from notifying external services of publication. Beneficial in instances where you want to publish new content without any fanfare and just want the post added to archive and category pages and its own permalink page.
A “Stealth publish?” checkbox is added to the “Write Post” admin page. Posts which are saved with that checkbox checked will no longer be featured on the front page of the blog, nor will the post be included in any feeds.
A stealth published post will also not notify any external services about the publication. This includes not sending out pingbacks, trackbacks, and pings to update services such as pingomatic.com. This behavior can be overridden via the ‘c2c_stealth_publish_silent’ filter (see Filters section).
NOTES:
Use of other plugins making their own queries against the database to find posts will possibly allow a post to appear on the front page. But use of the standard WordPress functions for retrieving posts (as done for the main posts query and the recent posts widget) should not allow stealth published posts to appear on the home page.
If you use this plugin, you do not need to use my Silent Publish plugin as that functionality is incorporated into this plugin. Alternatively, if you like the silent publishing feature but want your new posts to appear on your blog’s front page and in feeds, then just use the “Silent Publish” plugin.
The plugin records when a post is stealth published, so subsequent edits of the post will have the “Stealth publish?” checkbox checked by default.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage
Filters The plugin is further customizable via three filters. Typically, these customizations would be put into your active theme’s functions.php file, or used by another plugin.
c2c_stealth_publish_meta_key (filter) The ‘c2c_stealth_publish_meta_key’ filter allows you to override the name of the custom field key used by the plugin to store a post’s stealth publish 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-publish’.
Example:
/** * Defines a custom meta key to be used by Stealth Publish. * * @param string $custom_field_key The default custom field key name. * @return string */ function override_stealth_publish_key( $custom_field_key ) { return '_my_custom_stealth-publish'; } add_filter( 'c2c_stealth_publish_meta_key', 'override_stealth_publish_key' );
c2c_stealth_publish_silent (filter) The ‘c2c_stealth_publish_silent’ filter allows you to override whether the plugin also ensure the post gets published silently (i.e. without sending out pingbacks, tracbacks, and pings to update services).
Arguments:
$publish_silently (bool): Should stealth published posts also be published silently? By default this is ‘true’.
$post_id (int): The ID of the post being published.
Example:
/** * Disable silent publishing for stealth published posts. * * @param bool $publish_silently True if the post is to be published silently. * @param int $post_id The post ID. * @return Always false. */ function override_stealth_publish_silent( $publish_silently, $post_id ) { return false; } add_filter( 'c2c_stealth_publish_silent', 'override_stealth_publish_silent' );
c2c_stealth_publish_default (filter) The ‘c2c_stealth_publish_default’ filter allows you to override the default state of the ‘Stealth Publish?’ 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 Publish? checkbox checked by default. add_filter( 'c2c_stealth_publish_default', '__return_true' );
Category rankings
As of Jul 9, 2026See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Stealth Publishdoesn't have curated competitor matchups yet. Other tracked feed apps on WordPress:
Where Stealth Publish stands in the Feed category
Stealth Publish ranks #0 of 38 apps in the Feed category, placing it in the top 1% of the listing.
Frequently asked questions
What is Stealth Publish?
Stealth Publish is an app for WordPress. It currently holds a 5.0-star rating from 11 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Feed 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 Publish?
Currently around 900 active stores have installed Stealth Publish. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Feed category on WordPress.