WP HOOKS
filtrod 6.1.0

pre_wp_list_authors_post_counts_query

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

Opis — z kodu źródłowego

Filters whether to short-circuit performing the query for author post counts.

Parametry

ParametrTypOpis
$post_countsint[] | falseArray of post counts, keyed by author ID.
$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( 'pre_wp_list_authors_post_counts_query', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii