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