function showAdminMessages() { showMessage("You need to upgrade your database as soon as possible...", true); if (user_can('manage_options') { showMessage("Hello admins!"); } } add_action('admin_notices', 'showAdminMessages');