WP HOOKS
filtrod 5.5.0

wp_sitemaps_users_query_args

Args 1Plik wp-includes/sitemaps/providers/class-wp-sitemaps-users.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the query arguments for authors with public posts.

Allows modification of the authors query arguments before querying.

Parametry

ParametrTypOpis
$argsarrayArray of WP_User_Query arguments.

Wywołanie

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

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

Popularne w tej kategorii