Uses
Uses | Description |
---|---|
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::exit_recovery_mode() | Ends the current recovery mode session. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_verify_nonce() | Verifies that a correct security nonce was used with time limit. |
wp-includes/pluggable.php: wp_safe_redirect() | Performs a safe (local) redirect, using wp_redirect(). |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: wp_get_referer() | Retrieve referer from ‘_wp_http_referer’ or HTTP referer. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |