Sets the value of a query variable.
Parameters
$key
stringrequired- Query variable name.
$value
mixedrequired- 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.