From 093a725adb9ecca72ed79e03bbe0ac9a85398c0f Mon Sep 17 00:00:00 2001 From: Niels de Blaauw Date: Thu, 31 Oct 2019 14:05:22 +0100 Subject: [PATCH] Adds WP.Security.SafeRedirect documentation. --- .../Docs/Security/SafeRedirectStandard.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 WordPress/Docs/Security/SafeRedirectStandard.xml diff --git a/WordPress/Docs/Security/SafeRedirectStandard.xml b/WordPress/Docs/Security/SafeRedirectStandard.xml new file mode 100644 index 0000000000..c2bcf5b8b7 --- /dev/null +++ b/WordPress/Docs/Security/SafeRedirectStandard.xml @@ -0,0 +1,19 @@ + + + + + + + wp_safe_redirect( $location ); + ]]> + + + wp_redirect( $location ); + ]]> + + +