WP_Ability::__wakeup
Wakeup magic method.
Method of the class: WP_Ability{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Ability = new WP_Ability(); $WP_Ability->__wakeup(): void;
Changelog
| Since 6.9.0 | Introduced. |
WP_Ability::__wakeup() WP Ability:: wakeup code WP 6.9.1
public function __wakeup(): void {
throw new LogicException( __CLASS__ . ' should never be unserialized.' );
}