apply_filters( ‘getarchives_join’, string $sql_join, array $parsed_args )

In this article

Filters the SQL JOIN clause for retrieving archives.

Parameters

$sql_joinstring
Portion of SQL query containing JOIN clause.
$parsed_argsarray
An array of default arguments.

Source

$join = apply_filters( 'getarchives_join', '', $parsed_args );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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