Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/pluggable.php: secure_auth_redirect | Filters whether to use a secure authentication redirect. |
wp-includes/pluggable.php: auth_redirect_scheme | Filters the authentication redirect scheme. |
wp-includes/pluggable.php: auth_redirect | Fires before the authentication redirect. |
wp-includes/pluggable.php: wp_validate_auth_cookie() | Validates authentication cookie. |
wp-includes/general-template.php: wp_login_url() | Retrieves the login URL. |
wp-includes/load.php: is_ssl() | Determines if SSL is used. |
wp-includes/functions.php: force_ssl_admin() | Whether to force SSL used for the Administration Screens. |
wp-includes/functions.php: wp_get_referer() | Retrieve referer from ‘_wp_http_referer’ or HTTP referer. |
wp-includes/functions.php: nocache_headers() | Set the headers to prevent caching for the different browsers. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |