Gets a form of `wp_hash()` specific to Recovery Mode.
WP_Recovery_Mode_Cookie_Service::generate_cookie
Generates the recovery mode cookie value.
WP_Recovery_Mode_Cookie_Service::parse_cookie
Parses the cookie into its four parts.
WP_Recovery_Mode_Cookie_Service::get_session_id_from_cookie
Gets the session identifier from the cookie.
Advertisement
WP_Recovery_Mode_Cookie_Service::clear_cookie
Clears the recovery mode cookie.
WP_Recovery_Mode_Cookie_Service::validate_cookie
Validates the recovery mode cookie.
recovery_mode_cookie_length
This filter is documented in wp-includes/class-wp-recovery-mode-cookie-service.php
WP_Recovery_Mode_Cookie_Service::set_cookie
Sets the recovery mode cookie.
Advertisement
WP_Recovery_Mode_Cookie_Service::is_cookie_set
Checks whether the recovery mode cookie is set.
WP_Recovery_Mode_Cookie_Service
Core class used to set, validate, and clear cookies that identify a Recovery Mode session.