feed_links_args
feed_links_args
Hook Type: filter
Displaying hooks found in version: wordpress-6.7.2apply_filters('feed_links_args') is found 1 times:
- /wp-includes/general-template.php line 312931253126312731283129313031313132313331343135
* @since 6.7.0
*
* @param
array
$args
An
array
of feed links arguments.
*/
$args
= apply_filters(
'feed_links_args'
,
$args
);
/**
* Filters whether to display the posts feed link.
*
* @since 4.4.0
*