PHPackages                             porterai/plugin-wp-admin-notices - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. porterai/plugin-wp-admin-notices

ActivePlugin[Utility &amp; Helpers](/categories/utility)

porterai/plugin-wp-admin-notices
================================

Helper plugin for developers to easily time-based admin notices for posts, comments, or taxonomies.

1.0.2(4y ago)07GPL-2.0-or-laterPHP

Since Jan 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PorterAI/plugin-wp-admin-notices)[ Packagist](https://packagist.org/packages/porterai/plugin-wp-admin-notices)[ RSS](/packages/porterai-plugin-wp-admin-notices/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

```
=== WP Admin Notices ===
Contributors: jbouganim
Tags: custom dev tools, notices, admin notices
Requires at least: 4.3
Tested up to: 5.8
Stable tag: trunk
Requires PHP: 5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/donate/?hosted_button_id=T96GUHGVDQ4EY

Helper plugin for developers to easily time-based admin notices for posts, comments, or taxonomies.

== Description ==

Example Usage:

Post Type:

$notice_board = new WP_Admin_Notices( $post_id, 'post' );
$notice_board->add_notice("attachments-move-failed", "Failed to update this post", 'error', true);

Comment:

$notice_board = new WP_Admin_Notices( $commend_id, 'comment' );
$notice_board->add_notice("attachments-move-failed", "Updated this comment", 'info', true);

Term:

$notice_board = new WP_Admin_Notices( $term_id, 'term' );
$notice_board->add_notice("attachments-move-failed", "Failed to upload image", 'warning', true);

Global:

$notice_board = new WP_Admin_Notices();
$notice_board->add_notice("attachments-move-failed", "Enabled X Feature", 'success', true);

== FAQ ==

= Where are different notice types?

`info`, `warning`, `error`, `success`.

= Can I contribute/report an issue/request a feature? =

Yes. You can [submit issues](https://github.com/PorterAI/plugin-wp-admin-notices/issues) on Github or add questions to the support forum. Happy to accept pull requests as well.

== Installation ==

1. Install and activate the plugin through the plugins page, or upload the zip file in WordPress Admin > Plugins > Add New.

== Changelog ==

= 1.0 - 4th January 2022 =
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65e5b82cfebf8be8d481f29bdeda05e600738b480cb1a9423a93f413fdf795bf?d=identicon)[jbouganim](/maintainers/jbouganim)

---

Top Contributors

[![jbouganim](https://avatars.githubusercontent.com/u/5572057?v=4)](https://github.com/jbouganim "jbouganim (5 commits)")

### Embed Badge

![Health badge](/badges/porterai-plugin-wp-admin-notices/health.svg)

```
[![Health](https://phpackages.com/badges/porterai-plugin-wp-admin-notices/health.svg)](https://phpackages.com/packages/porterai-plugin-wp-admin-notices)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
