filtrod 2.3.0
the_permalink_rss
Opis — z kodu źródłowego
Filters the permalink to the post for use in feeds.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post_permalink | string | The current post permalink. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_permalink_rss', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_permalink_rss', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii