the_content_export, $post->post_content
the_content_export, $post->post_content
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_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 *