feat(my-account): add v2 prototype Reader Account Customization admin (Phase 10)#4693
Merged
thomasguillot merged 2 commits intoApr 30, 2026
Merged
Conversation
6 tasks
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.
All Submissions:
Changes proposed in this Pull Request:
Adds a new Reader Account Customization tab to the Audience wizard, between Configuration and Checkout & Payment. Out-of-roadmap addition to the My Account v2 prototype (umbrella tracker #4679) — the first v2 surface that lives in WP-admin rather than
/my-account/. Publishers asked to see how the admin will potentially look, so this gives them a clickable preview of where the v2 reader-facing customisation controls would surface.The screen is a pure-demo: local React
useStateonly, no REST roundtrip, no persistence, Save button is a no-op. Three two-column sections (title + description left, controls right — same shape as the Access Control edit page):Productionisation (real persistence, terminology actually driving v2 prototype labels, real Stripe/WC wiring on inputs) is documented in the Phase 10 devlog entry.
How to test the changes in this Pull Request:
BaseControlmargins).Other information: