Uses
Uses | Description |
---|---|
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::get_extension_for_error() | Gets the extension that the error occurred in. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::is_network_plugin() | Checks whether the given extension a network activated plugin. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::store_error() | Stores the given error so that the extension causing it is paused. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::redirect_protected() | Redirects the current request to allow recovering multiple errors in one go. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::is_active() | Checks whether recovery mode is active. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::get_email_rate_limit() | Gets the rate limit between sending new recovery mode email links. |
wp-includes/load.php: is_protected_endpoint() | Determines whether we are currently on an endpoint that should be protected against WSODs. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |