wpseek.com
A WordPress-centric search engine for devs and theme authors



feed_links_extra_show_author_feed › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'feed_links_extra_show_author_feed', true )
Parameters:
  • (bool) $show Whether to display the author feed link. Default true.
    Required: Yes
Defined at:
Codex:

Filters whether to display the author feed link.





Source

$show_author_feed = apply_filters( 'feed_links_extra_show_author_feed', true );