Uses
Uses | Description |
---|---|
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::get_debug() | Return debug information in an easy to manipulate format. |
wp-includes/class-wp-recovery-mode-email-service.php: recovery_email_debug_info | Filters the debug information included in the fatal error protection email. |
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::get_cause() | Gets the description indicating the possible cause for the error. |
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::get_recovery_mode_email_address() | Gets the email address to send the recovery mode link to. |
wp-includes/class-wp-recovery-mode-email-service.php: recovery_email_support_info | Filters the support message sent with the the fatal error protection email. |
wp-includes/class-wp-recovery-mode-email-service.php: recovery_mode_email | Filter the contents of the Recovery Mode email. |
wp-includes/error-protection.php: wp_get_extension_error_description() | Get a human readable description of an extension’s error. |
wp-includes/l10n.php: restore_previous_locale() | Restores the translations according to the previous locale. |
wp-includes/l10n.php: switch_to_locale() | Switches the translations according to the given locale. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: get_locale() | Retrieves the current locale. |
wp-includes/formatting.php: wp_strip_all_tags() | Properly strip all HTML tags including script and style |
wp-includes/formatting.php: human_time_diff() | Determines the difference between two timestamps. |
wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
wp-includes/pluggable.php: wp_mail() | Sends an email, similar to PHP’s mail function. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |