wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



query › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'query', $query )
Parameter:
  • () query Database query.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the database query.

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




Quellcode

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