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



rest_query_var-{$key} › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( "rest_query_var-{$key}", $value )
Parameter:
  • (string) $value The query_var value.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the query_vars used in get_items() for the constructed query.

The dynamic portion of the hook name, $key, refers to the query_var key.





Quellcode

$query_args[ $key ] = apply_filters( "rest_query_var-{$key}", $value ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores