filtrod 1.5.1
author_feed_link
Opis — z kodu źródłowego
Filters the feed link for a given author.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | The author feed link. |
$feed | string | Feed type. Possible values include 'rss2', 'atom'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'author_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( 'author_feed_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii