feed_links_extra_args
feed_links_extra_args
Appears in: wordpress-6.7
Hook Type: filter
Displaying hooks found in version: wordpress-6.7apply_filters('feed_links_extra_args') is found 1 times:
- /wp-includes/general-template.php line 3200
* @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 */