WP HOOKS
filtrod 2.9.0

the_author

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

Opis — z kodu źródłowego

Filters the display name of the current post's author.

Parametry

ParametrTypOpis
$display_namestringThe author's display name.

Wywołanie

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

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

Popularne w tej kategorii