Inpsyde\MultilingualPress\Common\Nonce\RequestContext::offsetUnset PHP Method

offsetUnset() public method

Manipulating values is not allowed.
Since: 3.0.0
public offsetUnset ( string $name ) : void
$name string The name of a value.
return void
    public function offsetUnset($name)
    {
        $this->context->offsetUnset($name);
    }