We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_theme_page()
Admin Pages only allowed via add_theme_page().
Ref: https://make.wordpress.org/themes/handbook/review/required/theme-check-plugin/#admin-menu
https://github.com/Otto42/theme-check/blob/master/checks/admin_menu.php
The text was updated successfully, but these errors were encountered:
add_..._page()
Add sniff to check for add_..._page() functions + unit tests.
44c37b2
Closes #11.
0984dbd
4a01fbf
520bef8
e14767f
No branches or pull requests
Rule:
Admin Pages only allowed via
add_theme_page()
.Ref: https://make.wordpress.org/themes/handbook/review/required/theme-check-plugin/#admin-menu
Theme check file covering this rule:
https://github.com/Otto42/theme-check/blob/master/checks/admin_menu.php
To do:
The text was updated successfully, but these errors were encountered: