getarchives_where

getarchives_where

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('getarchives_where') is found 1 times:

  • /wp-includes/general-template.php line 2037
    	 *
    	 * @param string $sql_where   Portion of SQL query containing the WHERE clause.
    	 * @param array  $parsed_args An array of default arguments.
    	 */
    	$where = apply_filters( 'getarchives_where', $sql_where, $parsed_args );
    
    	/**
    	 * Filters the SQL JOIN clause for retrieving archives.
    	 *
    	 * @since 2.2.0
    	 *