getarchives_where

Advertisement

Summery Summery

Filters the SQL WHERE clause for retrieving archives.

Syntax Syntax

apply_filters( 'getarchives_where', string $sql_where, array $parsed_args )

Parameters Parameters

$sql_where

Portion of SQL query containing the WHERE clause.

$parsed_args

An array of default arguments.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Advertisement

Leave a Reply