Filters the extra feed links arguments.
Parameters
$args
array- An array of extra feed links arguments.
Source
$args = apply_filters( 'feed_links_extra_args', $args );
Changelog
Version | Description |
---|---|
6.7.0 | Introduced. |
Filters the extra feed links arguments.
$args
array$args = apply_filters( 'feed_links_extra_args', $args );
Version | Description |
---|---|
6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.