do_feed_{$feed}, $wp_query->is_comment_feed, $feed
do_feed_{$feed}, $wp_query->is_comment_feed, $feed
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('do_feed_{$feed}, $wp_query->is_comment_feed, $feed') is found 1 times:
- /wp-includes/functions.php line 1641
* * @param bool $is_comment_feed Whether the feed is a comment feed. * @param string $feed The feed name. */ do_action( "do_feed_{$feed}", $wp_query->is_comment_feed, $feed ); } /** * Loads the RDF RSS 0.91 Feed template. * * @since 2.1.0