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.


Top ↑

Source

File: wp-admin/includes/export.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.