Filters the arguments for displaying archive links.
Description
See also
Parameters
string|int|bool> $args Arguments.
Source
$args = apply_filters( 'wp_get_archives_args', $args );
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
Filters the arguments for displaying archive links.
string|int|bool> $args Arguments.$args = apply_filters( 'wp_get_archives_args', $args );
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.