Split Available Experiments into Editor and Admin sections#263
Split Available Experiments into Editor and Admin sections#263Ryujiyasu wants to merge 2 commits intoWordPress:developfrom
Conversation
Add a `category` field to experiment metadata to group experiments into "Editor Experiments" and "Admin Experiments" sections on the settings page, improving clarity for users. Closes WordPress#218 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #263 +/- ##
=============================================
- Coverage 55.91% 55.45% -0.46%
- Complexity 509 513 +4
=============================================
Files 32 32
Lines 2611 2647 +36
=============================================
+ Hits 1460 1468 +8
- Misses 1151 1179 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Ryujiyasu There's already a separate PR open to solve this (#232). Curious if there's anything unique in this PR we should be considering or if this should be closed as a duplicate? |

Summary
Closes #218
categoryfield ('editor'or'admin') to experiment metadata via theExperimentinterface andAbstract_Experimentbase classrender_experiment_item()private method to avoid duplicationScreenshot
Screenshot will be added in a comment below.
Test plan
composer lintandcomposer phpstanto verify coding standards🤖 Generated with Claude Code