wpseek.com
A WordPress-centric search engine for devs and theme authors



getarchives_join › WordPress Filter Hooks

Since2.2.0
Deprecatedn/a
apply_filters( 'getarchives_join', '', $parsed_args )
Parameters: (2)
  • (string) $sql_join Portion of SQL query containing JOIN clause.
    Required: Yes
  • (array) $parsed_args An array of default arguments.
    Required: Yes
Defined at:
Codex:

Filters the SQL JOIN clause for retrieving archives.





Source

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