getarchives_join

getarchives_join

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('getarchives_join') is found 1 times:

  • /wp-includes/general-template.php line 2047
    	 *
    	 * @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'];