WP_Recovery_Mode_Cookie_Service::is_cookie_set(): bool In this article Table of ContentsReturn Source Changelog ↑ Back to top Checks whether the recovery mode cookie is set. Return bool True if the cookie is set, false otherwise. Source public function is_cookie_set() { return ! empty( $_COOKIE[ RECOVERY_MODE_COOKIE ] ); } View all references View on Trac View on GitHub Changelog VersionDescription5.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.