On this page
apply_filters( 'the_title_export', string $post_title )
Filters the post title used for WXR exports.
Parameters
$post_titlestring-
Title of the current post.
Source
File: wp-admin/includes/export.php. View all references
$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );
Related
Used By
| Used By | Description |
|---|---|
| export_wp() wp-admin/includes/export.php | Generates the WXR export file for download. |
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_title_export