the_title_export

the_title_export

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_title_export') is found 1 times:

  • /wp-admin/includes/export.php line 605
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    * @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
     *