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



get_bloginfo_rss › Filtr WordPress Hooks

Od2.2.0
Przestarzałyn/a
apply_filters( 'get_bloginfo_rss', convert_chars( $info )
Parametry: (2)
  • (string) $info Converted string value of the blog information.
    Wymagane: Tak
  • (string) $show The type of blog information to retrieve.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the bloginfo for use in RSS feeds.





Źródło

return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );