author_feed_link

author_feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('author_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 899
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
         *
         * @param string $link The author feed link.
         * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
         */
        $link = apply_filters( 'author_feed_link', $link, $feed );
     
        return $link;
    }
     
    /**
     * Retrieves the feed link for a category.