Inpsyde\MultilingualPress\Asset\DebugAwareScript::clear_data PHP Method

clear_data() public method

Clears the data so it won't be output another time.
Since: 3.0.0
public clear_data ( ) : static
return static Script instance.
    public function clear_data()
    {
        $this->data = [];
        return $this;
    }