WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_title_export

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php apply_filters 556 /**
* Filters the post title used for WXR exports.
*
* @since 5.7.0
*
* @param string $post_title Title of the current post.
*/

Hook Parameters

Parameter Type Name Description
string $post_title Title of the current post.