Excessive admin notices
-
Hello,
Currently this plugin displays its admin notices (which are quite verbose and visually obtrusive) on every page in the WP Admin Area. This is not considered best practice, as it is much better to display any notices on your own plugin’s page(s) only.
Please add an “if” condition in your plugin code to limit your notices to your pages only. It would make things so much better for everyone who uses your plugin. You can use a function such as
get_current_screen()
(for example) to determine whether or not your notices should be displayed.Thanks for listening.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Excessive admin notices’ is closed to new replies.