Filter hook 'getarchives_where'

in WP Core File wp-includes/general-template.php at line 2052

Description

Filters the SQL WHERE clause for retrieving archives.

Occurrences

Filename Line Number
wp-includes/general-template.php 2052

Parameters

Type Name Description
string $sql_where Portion of SQL query containing the WHERE clause.
array $parsed_args An array of default arguments.

PHP Doc

/**
	 * Filters the SQL WHERE clause for retrieving archives.
	 *
	 * @since 2.2.0
	 *
	 * @param string $sql_where   Portion of SQL query containing the WHERE clause.
	 * @param array  $parsed_args An array of default arguments.
	 */