Summery Summery
Checks whether the recovery mode cookie is set.
Syntax Syntax
Return Return
(bool) True if the cookie is set, false otherwise.
Source Source
File: wp-includes/class-wp-recovery-mode-cookie-service.php
public function is_cookie_set() { return ! empty( $_COOKIE[ RECOVERY_MODE_COOKIE ] ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |