wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



getarchives_join › WordPress Filter Hooks

Da2.2.0
Deprecaton/a
apply_filters( 'getarchives_join', '', $parsed_args )
Parametri: (2)
  • (string) $sql_join Portion of SQL query containing JOIN clause.
    Richiesto:
  • (array) $parsed_args An array of default arguments.
    Richiesto:
Definito a:
Codex:

Filters the SQL JOIN clause for retrieving archives.





Sorgenti

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