filtrod 5.5.0
wp_sitemaps_taxonomies
Opis — z kodu źródłowego
Filters the list of taxonomy object subtypes available within the sitemap.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$taxonomies | \WP_Taxonomy[] | Array of registered taxonomy objects keyed by their name. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_sitemaps_taxonomies', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_sitemaps_taxonomies', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii