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
| Version | Description |
|---|---|
| 6.7.0 | Introduced. |
Filters the extra feed links arguments.
$argsarray$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.