Filters the extra feed links arguments.
$argsarraywp-includes/general-template.php:3200feed_links_extra() * Filters the extra feed links arguments. * * @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 */Introduced in 6.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.