WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_links_extra_show_post_type_archive_feed

Back to home

Files

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

Hook Parameters

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