feed_links_extra_args
feed_links_extra_args
Hook Type: filter
Displaying hooks found in version: wordpress-6.7.2apply_filters('feed_links_extra_args') is found 1 times:
- /wp-includes/general-template.php line 320031963197319831993200320132023203320432053206
* @since 6.7.0
*
* @param
array
$args
An
array
of extra feed links arguments.
*/
$args
= apply_filters(
'feed_links_extra_args'
,
$args
);
if
( is_singular() ) {
$id
= 0;
$post
= get_post(
$id
);
/** This filter is documented in wp-includes/general-template.php */