Uses
Uses | Description |
---|---|
wp-includes/class-wp-recovery-mode-cookie-service.php: WP_Recovery_Mode_Cookie_Service::parse_cookie() | Parses the cookie into its four parts. |
wp-includes/class-wp-recovery-mode-cookie-service.php: WP_Recovery_Mode_Cookie_Service::recovery_mode_hash() | Gets a form of |
wp-includes/class-wp-recovery-mode-cookie-service.php: recovery_mode_cookie_length | Filter the length of time a Recovery Mode cookie is valid for. |
wp-includes/compat.php: hash_equals() | Timing attack safe string comparison |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |