apply_filters( ‘wp_get_archives_args’, array<string,  )

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

VersionDescription
7.0.0Introduced.

User Contributed Notes

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