Filters the post title for use in a feed.
Parameters
-
$titlestring -
The current post title.
Source
return apply_filters( 'the_title_rss', $title );
Changuelog
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
Filters the post title for use in a feed.
$title
string
return apply_filters( 'the_title_rss', $title );
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.