the_title_export, $post->post_title
the_title_export, $post->post_title
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('the_title_export, $post->post_title') is found 1 times:
- /wp-admin/includes/export.php line 614
* @since 5.7.0 * * @param string $post_title Title of the current post. */ $title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) ); /** * Filters the post content used for WXR exports. * * @since 2.5.0 *