From 0c917ac3ed3afda0e9b866fa7307559d829ea473 Mon Sep 17 00:00:00 2001 From: Jens Date: Sat, 8 Jul 2023 16:44:09 +0200 Subject: [PATCH] website/integrations: update wordpress integration docs (#6193) Update integrations/services/wordpress/index.md The question mark in the redirect uri as it's a regex special character and needs to be escaped for this to work. Signed-off-by: Jens --- website/integrations/services/wordpress/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/wordpress/index.md b/website/integrations/services/wordpress/index.md index 8a6cb1369..b44cb4e29 100644 --- a/website/integrations/services/wordpress/index.md +++ b/website/integrations/services/wordpress/index.md @@ -36,7 +36,7 @@ Only settings that have been modified from default have been listed. - Name: Wordpress - Client ID: Copy and Save this for Later - Client Secret: Copy and Save this for later -- Redirect URIs/Origins: `https://wp.company/wp-admin/admin-ajax.php?action=openid-connect-authorize` +- Redirect URIs/Origins: `https://wp.company/wp-admin/admin-ajax.php\?action=openid-connect-authorize` ### Step 2 - Wordpress