the_content_export, $post->post_content

the_content_export, $post->post_content

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('the_content_export, $post->post_content') is found 1 times:

  • /wp-admin/includes/export.php line 623
    				 * @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
    				 *