WP HOOKS
filtrod 2.5.0

the_content_export

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

Opis — z kodu źródłowego

Filters the post content used for WXR exports.

Parametry

ParametrTypOpis
$post_contentstringContent of the current post.

Wywołanie

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

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

Popularne w tej kategorii