query

query

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('query') is found 1 times:

  • /wp-includes/class-wpdb.php line 2226
    		 * @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: