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