feed_links_extra_show_category_feed

feed_links_extra_show_category_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_category_feed') is found 1 times:

  • /wp-includes/general-template.php line 3274
    3270
    3271
    3272
    3273
    3274
    3275
    3276
    3277
    3278
    3279
    3280
    * @since 6.1.0
     *
     * @param bool $show Whether to display the category feed link. Default true.
     */
    $show_category_feed = apply_filters( 'feed_links_extra_show_category_feed', true );
     
    if ( $show_category_feed ) {
        $term = get_queried_object();
     
        if ( $term ) {
            $title = sprintf(

See this hook used in plugins: