apply_filters ( ‘query’, string $query )

Filters the database kery.

Description

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

Parameters

$query string
Database kery.

Source

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

Changuelog

Versionen Description
2.1.0 Introduced.

User Contributed Notes

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