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