apply_filters( 'query', string $query )

Filters the database query.


Description

Some queries are made before the plugins have been loaded, and thus cannot be filtered with this method.


Top ↑

Parameters

$query string
Database query.

Top ↑

Source

File: wp-includes/class-wpdb.php. View all references

$query = apply_filters( 'query', $query );


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.