add_filter( 'render_block', function ( $block_content, $block ) { // Do not alter titles inside the WordPress administration area. if ( is_admin() ) { return $block_content; } // Apply only to the live homepage or the new homepage test page. if ( ! is_front_page() && ! is_page( 237758 ) ) { return $block_content; } // Apply only to titles generated inside Query Loop blocks. if ( empty( $block['blockName'] ) || 'core/post-title' !== $block['blockName'] ) { return $block_content; } // Remove the two editorial prefixes from displayed homepage titles. return preg_replace( '/(]*>)\s*(?:NEWS STORY|PRESS RELEASE)\s*:\s*/i', '$1', $block_content ); }, 10, 2 );

Author: admin

UKPOL.CO.UK

Independent, factual reporting of UK Government, Parliament and politics.