Page breaks and before/after descriptions
As of April 2026, Pagebreak Description is a WordPress block plugin with 90 active installations and a 5/5 rating from 1 reviews. It has been downloaded 3.6K+ times in total. Requires WordPress 6.6+ and PHP 8.0+. Available on WordPress.org since 2024. Actively maintained — updated within the last month. Top alternative: Spectra Gutenberg Blocks – Website….
/** ==================================================
* Filter for CSS URL.
* Default CSS -> /pagebreak-description/css/style.css
*/
add_filter(
'pagebreak_description_css',
function() {
/* If you put mydesign.css in wp-content/uploads */
$wp_uploads = wp_upload_dir();
$upload_url = $wp_uploads['baseurl'];
if ( is_ssl() ) {
$upload_url = str_replace( 'http:', 'https:', $upload_url );
}
$upload_url = untrailingslashit( $upload_url );
$url = $upload_url . '/mydesign.css';
return $url;
},
10…| WordPress | 6.6+ requiredTested up to 7.0 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.