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



do_feed_{$feed} › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( "do_feed_{$feed}", $wp_query->is_comment_feed, $feed )
Parameter: (2)
  • () is_comment_feed Whether the feed is a comment feed.
    Erforderlich: Ja
  • () feed The feed name.
    Erforderlich: Ja
Definiert in:
Codex:

Fires once the given feed is loaded.

The dynamic portion of the hook name, `$feed`, refers to the feed template name. Possible hook names include: - `do_feed_atom` - `do_feed_rdf` - `do_feed_rss` - `do_feed_rss2`




Quellcode

do_action( "do_feed_{$feed}", $wp_query->is_comment_feed, $feed );