query

query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('query') is found 1 times:

  • /wp-includes/class-wpdb.php line 2222
    2218
    2219
    2220
    2221
    2222
    2223
    2224
    2225
    2226
    2227
    * @since 2.1.0
     *
     * @param string $query Database query.
     */
    $query = apply_filters( 'query', $query );
     
    if ( ! $query ) {
        $this->insert_id = 0;
        return false;
    }

See this hook used in plugins: