WP HOOKS
filtrod 6.1.0

wp_list_authors_args

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

Opis — z kodu źródłowego

Filters the query arguments for the list of all authors of the site.

Parametry

ParametrTypOpis
$query_argsarrayThe query arguments for get_users().
$parsed_argsarrayThe arguments passed to wp_list_authors() combined with the defaults.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_list_authors_args', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii