Filter hook 'the_title_export'

in WP Core File wp-admin/includes/export.php at line 605

Description

Filters the post title used for WXR exports.

Occurrences

Filename Line Number
wp-admin/includes/export.php 605

Parameters

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

PHP Doc

/**
				 * Filters the post title used for WXR exports.
				 *
				 * @since 5.7.0
				 *
				 * @param string $post_title Title of the current post.
				 */