filtrod 5.5.0
wp_sitemaps_users_query_args
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
| Parametr | Typ | Opis |
|---|---|---|
$args | array | Array 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
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_sitemaps_users_query_args', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii