WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_links_show_comments_feed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3124 /**
* Filters whether to display the comments feed link.
*
* @since 4.4.0
*
* @param bool $show Whether to display the comments feed link. Default true.
*/
wp-includes/general-template.php apply_filters 3168 /**
* Displays the links to the extra feeds such as category feeds.
*
* @since 2.8.0
*
* @param array $args Optional arguments.
*/

Hook Parameters

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