WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_links_show_posts_feed

Back to home

Files

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

Hook Parameters

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