WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_links_extra_show_author_feed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3310 /**
* Filters whether to display the author feed link.
*
* @since 6.1.0
*
* @param bool $show Whether to display the author feed link. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $show Whether to display the author feed link. Default true.