Sets the value of a query variable.
Parameters
$keystringrequired- Query variable name.
$valuemixedrequired- Query variable value.
Source
public function set_query_var( $key, $value ) {
$this->query_vars[ $key ] = $value;
}
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.