filtrod 6.1.0
feed_links_extra_show_tax_feed
Opis — z kodu źródłowego
Filters whether to display the custom taxonomy feed link.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$show | bool | Whether to display the custom taxonomy feed link. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'feed_links_extra_show_tax_feed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'feed_links_extra_show_tax_feed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii