Noptin_Subscriber_Query::set( string $query_var, mixed $value )
Set query variable.
Parameters Parameters
- $query_var
(string) (Required) Query variable key.
- $value
(mixed) (Required) Query variable value.
Source Source
File: includes/class-noptin-subscriber-query.php
public function set( $query_var, $value ) { $this->query_vars[ $query_var ] = $value; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |