getarchives_join

getarchives_join

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('getarchives_join') is found 1 times:

  • /wp-includes/general-template.php line 2061
    2057
    2058
    2059
    2060
    2061
    2062
    2063
    2064
    2065
    2066
    2067
    *
     * @param string $sql_join    Portion of SQL query containing JOIN clause.
     * @param array  $parsed_args An array of default arguments.
     */
    $join = apply_filters( 'getarchives_join', '', $parsed_args );
     
    $output = '';
     
    $last_changed = wp_cache_get_last_changed( 'posts' );
     
    $limit = $parsed_args['limit'];