Extra Sentence Space is a WordPress app, with a 3.0 average rating from 2 reviews, as of Aug 31, 2026.
Extra Sentence Space is a WordPress Plugin Directory app by Scott Reilly. With a rating of 3.0★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Extra Sentence Space is a mixed-rating WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 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
- +Published by Scott Reilly — established developer track record
Cons
- −Average rating below 4.0 (3.0★) — read recent low-star reviews before committing
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Extra Sentence Space?
See Extra Sentence Space's alternatives ranked by audit score, rating, and review velocity.
How Extra Sentence Space works
Show full descriptionShow less
Even though you may add two spaces after each sentence when writing a post (assuming you subscribe to a writing style that suggests such spacing) web browsers will collapse consecutive blank spaces into a single space when viewed. This plugin adds a (non-breaking space) after sentence-ending punctuation to retain the appearance of your two-space intent.
NOTE: The plugin will only enforce the two-space gap in places where two or more spaces actually separate sentences in your posts. It will NOT insert a second space if only one space is present.
Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage
Hooks 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_extra_sentence_space
The ‘c2c_extra_sentence_space’ filter allows you to use an alternative approach to safely invoke c2c_extra_sentence_space() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. This only applies if you use the function directly, which is not typical usage for most users.
Example:
Instead of:
<?php echo c2c_extra_sentence_space( $mytext ); ?>
Do:
<?php echo apply_filters( 'c2c_extra_sentence_space', $mytext ); ?>
c2c_extra_sentence_space_punctuation
The ‘c2c_extra_sentence_space_punctuation’ filter allows you to customize the punctuation, characters, and/or symbols after which double-spacing (when present) is preserved. By default these are ‘.!?’.
Arguments:
$punctuation (string): The default characters after which double-spacing should be preserved. Default is ‘.!?’.
Example:
/** * Modifies the list of characters after which two spaces should be preserved * to include a forward slash. * * @param string $punctuation The punctuation. * @return string */ function more_extra_space_punctuation( $punctuation ) { // Add the '/' and ')' characters to the list of characters return $punctuation . '/)'; } add_filter( 'c2c_extra_sentence_space_punctuation', 'more_extra_space_punctuation' );
Competitors & alternatives
AppRanks tracks competitor sets per category. For Extra Sentence Space, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Extra Sentence Space?
Extra Sentence Space is an app for WordPress. It currently holds a 3.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Scott Reilly.