the_content, str_replace( ]]>, ]]>, $content
the_content, str_replace( ]]>, ]]>, $content
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('the_content, str_replace( ]]>, ]]>, $content') is found 1 times:
- /build/scripts/block-library/post-content.php line 50
$content .= wp_link_pages( array( 'echo' => 0 ) ); } /** This filter is documented in wp-includes/post-template.php */ $content = apply_filters( 'the_content', str_replace( ']]>', ']]>', $content ) ); unset( $seen_ids[ $post_id ] ); if ( empty( $content ) ) { return ''; }