author_feed_link

author_feed_link

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('author_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 899
    	 *
    	 * @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.