do_feed_{$feed}, $wp_query->is_comment_feed, $feed

do_feed_{$feed}, $wp_query->is_comment_feed, $feed

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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