Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/general-template.php: wp_login_url() | Retrieves the login URL. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |