Awesome_Support::__wakeup PHP Method

__wakeup() public method

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