apply_filters( 'getarchives_join', string $sql_join, array $parsed_args )

Filters the SQL JOIN clause for retrieving archives.


Parameters

$sql_join

Portion of SQL query containing JOIN clause.

$parsed_args

An array of default arguments.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
2.2.0 Introduced.