apply_filters( ‘feed_links_extra_args’, array $args )

In this article

Filters the extra feed links arguments.

Parameters

$argsarray
An array of extra feed links arguments.

Source

$args = apply_filters( 'feed_links_extra_args', $args );

Changelog

VersionDescription
6.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.