Inpsyde\MultilingualPress\Common\Nonce\ArrayContext::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)
    {
        throw ContextValueManipulationNotAllowedException::for_name($name, 'unset');
    }