Elementor\Plugin::__wakeup PHP Méthode

__wakeup() public méthode

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