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

Filters the SQL JOIN clause for retrieving archives.


Parameters

$sql_join string
Portion of SQL query containing JOIN clause.
$parsed_args array
An array of default arguments.

Top ↑

Source

File: wp-includes/general-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes

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