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 all references

$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );


Top ↑

Changelog

Changelog
Version Description
5.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.