Elementor\Plugin::__wakeup PHP Method

__wakeup() public method

Disable unserializing of the class
Since: 1.0.0
public __wakeup ( ) : void
return void
    public function __wakeup()
    {
        // Unserializing instances of the class is forbidden
        _doing_it_wrong(__FUNCTION__, __('Cheatin’ huh?', 'elementor'), '1.0.0');
    }