feed_links_extra_show_author_feed

feed_links_extra_show_author_feed

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('feed_links_extra_show_author_feed') is found 1 times:

  • /wp-includes/general-template.php line 3317
    		 * @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'],