feed_links_extra_show_tag_feed

feed_links_extra_show_tag_feed

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_links_extra_show_tag_feed') is found 1 times:

  • /wp-includes/general-template.php line 3298
    3294
    3295
    3296
    3297
    3298
    3299
    3300
    3301
    3302
    3303
    3304
    * @since 6.1.0
     *
     * @param bool $show Whether to display the tag feed link. Default true.
     */
    $show_tag_feed = apply_filters( 'feed_links_extra_show_tag_feed', true );
     
    if ( $show_tag_feed ) {
        $term = get_queried_object();
     
        if ( $term ) {
            $title = sprintf(

See this hook used in plugins: