WP HOOKS
filtrod 2.9.0

the_author_posts_link

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

Opis — z kodu źródłowego

Filters the link to the author page of the author of the current post.

Parametry

ParametrTypOpis
$linkstringHTML link.

Wywołanie

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

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

Popularne w tej kategorii