WP HOOKS
filtrod 2.8.0

the_modified_author

Args 1Plik wp-includes/author-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the display name of the author who last edited the current post.

Parametry

ParametrTypOpis
$display_namestringThe author's display name, empty string if user is unavailable.

Wywołanie

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

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

Popularne w tej kategorii