Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: x_redirect_by | Filters the X-Redirect-By header. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_sanitize_redirect() | Sanitizes a URL for use in a redirect. |
wp-includes/pluggable.php: wp_redirect | Filters the redirect location. |
wp-includes/pluggable.php: wp_redirect_status | Filters the redirect HTTP response status code to use. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: status_header() | Set HTTP status header. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |