-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Admin screen handles are too generic #11
Labels
type: refactor
The issue/PR is related to refactoring.
Comments
Thanks for noticing. Fixed. |
This was referenced Nov 17, 2014
This was referenced Mar 2, 2017
Closed
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
Open
5 tasks
5 tasks
naman03malhotra
pushed a commit
that referenced
this issue
Sep 17, 2024
Co-authored-by: WooCommerce Bot <[email protected]>
5 tasks
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may want to look into making the handles of the various admin screens less generic. For instance, "attributes" is far too generic. Better to prefix them with "woo-" or "wc-".
You'll see some strange bugs if another plugin is using the same handle. You don't want things like that rolling into support.
The text was updated successfully, but these errors were encountered: