PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Admin
  4. Admin Notice
Admin Notice icon

Admin Notice

Display a custom notice to all users in the WordPress admin.

By Adam Walter·Admin·Free
5(6 reviews)
·600 active installs·Updated 4 years ago
DownloadVisit HomepageCompare

As of April 2026, Admin Notice is a WordPress admin plugin with 600 active installations and a 5/5 rating from 6 reviews. It has been downloaded 6.6K+ times in total. Requires WordPress 5.4.1+ and PHP 7.0+. Available on WordPress.org since 2015. Last updated 4 years ago — may have compatibility concerns. Top alternative: Loginizer.

5/56 reviews
600active installs
6.6K+total downloads
11 yearssince 2015

Overview

Admin Notice is a very simple plugin that allows you to display custom notices in the WordPress admin that is visible to all users.

Control over the notice text and styling is available from the plugin’s settings page.

Developers can use the admin_notice_enable hook to control the notice’s visibility on a more granular level. The following example demonstrates how to show the notice only in the “Posts” area of the admin.

add_filter('admin_notice_enable', function($enabled) {

    $screen = get_current_screen();

    if (isset($screen->post_type) && $screen->post_type !== 'post') {
        $enabled = false;
    }

    return $enabled;

}, 10, 1);
Read full description on WordPress.org

Screenshots

Ratings & Reviews

56 reviews
5 ★
6
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress5.4.1+ requiredTested up to 5.9.13
PHP7.0+ required

Top Alternatives to Admin Notice

Loginizer icon
Loginizer
4.81.0M+ installsUpdated 1 month ago
ViewCompare
Redux Framework icon
Redux Framework
4.41.0M+ installsUpdated 1 week ago
ViewCompare
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder icon
LightStart – Maintenance Mode, Coming…
4.3500K+ installsUpdated 2 weeks ago
ViewCompare
Admin Menu Editor icon
Admin Menu Editor
4.6400K+ installsUpdated 1 month ago
ViewCompare
White Label CMS icon
White Label CMS
4.7200K+ installsUpdated 11 months ago
ViewCompare
View all admin plugins →

Frequently Asked Questions

Changelog

1.2

  • Enhancement: Adds admin_notice_enable filter. Thanks to @sevans917 for the feature request!
View full changelog on WordPress.org

Contributors

Adam WalterAdam Walter
Plugin Info
Version
1.2
Last Updated
Jan 25, 2022
WP Requires
5.4.1+
Tested Up To
5.9.13
PHP Requires
7.0+
Active Installs
600
Downloads
6.6K+
Added
Apr 6, 2015
Business
Free

Tags

adminalertnoticebackend

Developer

A
Adam Walter
2 plugins0.0M+ total installs
View all plugins →

Quick Compare

Admin Notice vs Loginizer→Admin Notice vs Redux Framework→Admin Notice vs LightStart – Maintenance Mode, Coming…→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.