the_category_rss

the_category_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_category_rss') is found 1 times:

  • /wp-includes/feed.php line 428
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
         * @param string $the_list All of the RSS post categories.
         * @param string $type     Type of feed. Possible values include 'rss2', 'atom'.
         *                         Default 'rss2'.
         */
        return apply_filters( 'the_category_rss', $the_list, $type );
    }
     
    /**
     * Displays the post categories in the feed.
     *
     * @since 0.71