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 <silvercat@lavvu.net>
This commit is contained in:
parent
657c17a12f
commit
0c917ac3ed
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue