the_title_export WordPress Filter Hook
The the_title_export hook is used to modify the title before it is exported to a wordpress.xml file. This can be useful for adding custom data to the title, or for changing the title format altogether.
apply_filters( 'the_title_export', string $post_title ) #
Filters the post title used for WXR exports.
Parameters
- $post_title
(string)Title of the current post.
Source
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |