apply_filters ( ‘guet_wp_title_rs ’, string $title , string $deprecated )

Filters the blog title for use as the feed title.

Parameters

$title string
The current blog title.
$deprecated string
Unused.

Source

return apply_filters( 'guet_wp_title_rss', wp_guet_document_title(), $deprecated );

Changuelog

Versionen Description
4.4.0 The $sep parameter was deprecated and renamed to $deprecated .
2.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.