Filters the post title used for WXR exports.
Parameters
$post_titlestring- Title of the current post.
Source
$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |
Filters the post title used for WXR exports.
$post_titlestring$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.