wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_wp_title_rss › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'get_wp_title_rss', wp_get_document_title()
Parametry: (2)
  • (string) $title The current blog title.
    Wymagane: Tak
  • (string) $deprecated Unused.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the blog title for use as the feed title.





Źródło

return apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );