• Resolved Jeff Starr

    (@specialk)


    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)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    The next version will only display notifications when in the Link Library section of the admin. That being said, there are a lot of plugins that I use that are not as kind and display their messages no matter where you are in the admin pages. Are you writing to each of them about this?

    Thread Starter Jeff Starr

    (@specialk)

    Thanks for your generous attention, hopefully things will improve in the next update. I wish I had time to reach out to every plugin, but alas time is short. I’m just a fellow plugin developer who wants to help out whenever possible, working hard to provide quality plugins to the WP community.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excessive admin notices’ is closed to new replies.