do_feed_{$feed}

do_feed_{$feed}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('do_feed_{$feed}') is found 1 times:

  • /wp-includes/functions.php line 1632
    	 *
    	 * @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