the_title_export

the_title_export

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_title_export') is found 1 times:

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