wpseek.com
A WordPress-centric search engine for devs and theme authors



the_title_export › WordPress Filter Hooks

Since5.7.0
Deprecatedn/a
apply_filters( 'the_title_export', $post->post_title )
Parameters:
  • (string) $post_title Title of the current post.
    Required: Yes
Defined at:
Codex:

Filters the post title used for WXR exports.





Source

$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );