WP HOOKS
filtrod 5.7.0

the_title_export

Args 1Plik wp-admin/includes/export.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the post title used for WXR exports.

Parametry

ParametrTypOpis
$post_titlestringTitle of the current post.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_title_export', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii