feed_links_extra_show_author_feed

feed_links_extra_show_author_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_author_feed') is found 1 times:

  • /wp-includes/general-template.php line 3349
    3345
    3346
    3347
    3348
    3349
    3350
    3351
    3352
    3353
    3354
    3355
    * @since 6.1.0
     *
     * @param bool $show Whether to display the author feed link. Default true.
     */
    $show_author_feed = apply_filters( 'feed_links_extra_show_author_feed', true );
     
    if ( $show_author_feed ) {
        $author_id = (int) get_query_var( 'author' );
     
        $title = sprintf(
            $args['authortitle'],

See this hook used in plugins: