Review: Easy Admin Notification

Late last year I wrote a quick tutorial on how to show custom admin notifications to the WordPress dashboard. These notices are a really great tool for plugin / theme developers to use for showing alerts to their users. Easy Admin Noticaition is simple little plugin that let’s you do the same thing as my…

Admin Notices in the Network Admin

Admin Notices provide a an easy to use tool for plugin and theme developers to show messages and warnings in the WordPress Dashboard. The admin_notices hook is what we use to display our messages, however, this hook will only display messages in the regular Dashboard and not the Network Admin dashboard for multi site installs.…

Display Messages in the Dashboard with Admin Notices

Ever noticed the messages WordPress displays when you activate a plugin, or save settings? Or the messages that some plugins show in the dashboard, perhaps notifying you of a missing requirement? These are called Admin Notices and I’m going to show you how to add your own in your plugin or theme. They’re really quite…