-
Notifications
You must be signed in to change notification settings - Fork 2k
Add WP Admin util to open support links in Help Center #104172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WP Admin util to open support links in Help Center #104172
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great design. Simple and does the job. Left one optional note.
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it with Automattic/jetpack#43949 and works perfectly.
Part of DOTSUP-66
Required by 185363-ghe-Automattic/wpcom and Automattic/jetpack#43930
Proposed Changes
Updates the Help Center app for WP Admin so any support link with a
data-target="wpcom-help-center"
attribute is opened in the Help Center directly rather than in a new tab.Screen.Recording.2025-06-12.at.15.35.19.mov
This is useful for cases where React is not available and therefore we cannot use the
WpcomSupportLink
component introduced in Automattic/jetpack#43883.Why are these changes being made?
Because it provides a more consistent and quality user experience and it trains users to use the Help Center.
Testing Instructions
widgets.wp.com
and a Simple site/wp-admin/options-general.php
:/wp-admin/options-writing.php
:/wp-admin/options-reading.php
:/wp-admin/options-discussion.php
:Pre-merge Checklist