the_content_export

the_content_export

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('the_content_export') is found 1 times:

  • /wp-admin/includes/export.php line 568
    				 * @since 2.5.0
    				 *
    				 * @param string $post_content Content of the current post.
    				 */
    				$content = wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) );
    
    				/**
    				 * Filters the post excerpt used for WXR exports.
    				 *
    				 * @since 2.6.0
    				 *