getarchives_where

getarchives_where

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('getarchives_where') is found 1 times:

  • /wp-includes/general-template.php line 2051
    2047
    2048
    2049
    2050
    2051
    2052
    2053
    2054
    2055
    2056
    2057
    *
     * @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
     *