wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



feed_links_extra_show_tax_feed › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'feed_links_extra_show_tax_feed', true )
Parameter:
  • (bool) $show Whether to display the custom taxonomy feed link. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to display the custom taxonomy feed link.





Quellcode

$show_tax_feed = apply_filters( 'feed_links_extra_show_tax_feed', true );