Filters whether to display the author feed link.
$showboolwp-includes/general-template.php:3477feed_links_extra() * Filters whether to display the author feed link. * * @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'],Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.