Filters the extra feed links arguments.
$argsarraywp-includes/general-template.php:3344feed_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 ); /* * The template conditionals are referring to the global query, so the queried object is used rather than * depending on a global $post being set. */ $queried_object = get_queried_object();Introduced in 6.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.