Yoast SEO 28.1 — docs(customization-free): Document new MyYoast OAuth redirect URI filters#412
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
…ters Adds documentation for two new filters introduced in Yoast SEO 28.1-RC1 that allow developers to customize OAuth callback URL registration for non-standard hosting setups (reverse proxies, alternate admin URLs). RC: 28.1-RC1
Deploying yoast-developer with
|
| Latest commit: |
87c7a7f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1070e911.yoast-developer.pages.dev |
| Branch Preview URL: | https://rc-sync-wordpress-seo-28-1-r.yoast-developer.pages.dev |
diedexx
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RC docs sync — 28.1-RC1
Product: wordpress-seo
Area: customization-free
Source evidence:
src/myyoast-client/infrastructure/wordpress/redirect-uri-provider.php:wpseo_myyoast_redirect_uris— filters the list of OAuth redirect URIs registered with MyYoast for this site; introduced alongside the new MyYoast connection card on the Integrations pagesrc/myyoast-client/infrastructure/wordpress/redirect-uri-provider.php:wpseo_myyoast_authorization_redirect_uri— filters the single redirect URI embedded in each MyYoast authorization request; must be one of the already-registered URIsChanges in this PR
docs/customization/yoast-seo/filters/myyoast-oauth-redirect-uri-filters.md(new): documents both filters with parameter tables and usage examples for reverse-proxy / multi-host setupssidebars.js(updated): adds a navigation entry for the new page under the Yoast SEO customization sectionVerification
yarn buildpasses locally in this workflow.yarn lintclean for files touched by this PR.Reviewer notes
@internalannotation, neutral file path (src/myyoast-client/infrastructure/wordpress/), and no admin capability check (they areapply_filterscalls, not REST routes).yoast/v1/bulk_editor/*,yoast/v1/myyoast/*) all requirewpseo_manage_optionswith no unauthenticated branch and live underuser-interface/paths — they are treated as internal and are not documented here. See run summary on issue RC docs-sync audit log — Yoast SEO #390 for the full "Internal surface skipped" list.wpseo_ai_auth_methodfilter introduced in the same RC is marked@internalin its PHPDoc and is also excluded.wpseo_myyoast_redirect_uris(admin-post.php?action=yoast_myyoast_oauth_callback) is derived from howOAuth_Callback_Integration::get_callback_url()constructs the canonical URL; if the action slug changes in a future RC, update this page accordingly.Authored by the RC docs-sync agent. Not auto-merged — requires human review. Run: https://github.com/Yoast/developer/actions/runs/28923795968