WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about getarchives_join

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 2039 /**
* Filters the SQL JOIN clause for retrieving archives.
*
* @since 2.2.0
*
* @param string $sql_join Portion of SQL query containing JOIN clause.
* @param array $parsed_args An array of default arguments.
*/

Hook Parameters

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