filtrod 1.5.0
feed_link
Opis — z kodu źródłowego
Filters the feed type permalink.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$output | string | The feed permalink. |
$feed | string | The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'feed_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'feed_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii