Download the PHP package szepeviktor/persistent-admin-notices without Composer
On this page you can find all versions of the php package szepeviktor/persistent-admin-notices. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download szepeviktor/persistent-admin-notices
More information about szepeviktor/persistent-admin-notices
Files in szepeviktor/persistent-admin-notices
Download szepeviktor/persistent-admin-notices
More information about szepeviktor/persistent-admin-notices
Files in szepeviktor/persistent-admin-notices
Vendor szepeviktor
Package persistent-admin-notices
Short Description Persistent admin notices for WordPress.
License MIT
Package persistent-admin-notices
Short Description Persistent admin notices for WordPress.
License MIT
Please rate this library. Is it a good library?
Informations about the package persistent-admin-notices
Persistent admin notices for WordPress
This package is for displaying admin notices for site-wide events not for individual user transactions. Here are some examples.
- [WP-Cron] Authentication token for XYZ API has expired.
- All Editors! Please finish your articles by 8pm.
- We have a new release v3.2.1. See new features at http://example.com/
- CSV import failed. We are out of sync!
- Incomplete ACF options: x, y, z
- All products are out of stock!
- Maximum X limit is reached. Please reduce X!
- John Doe is fired! Please do not contact him anymore.
What is the goal here??
When your plugin or theme handles admin notices you have to make a calculation or decision and display the notice every time.
If you use this package you have to make your calculation only once and
- Leave the notice there
- Or let the notice expire
- Or remove it at a later event
Additional benefit is to display notices in WordPress cron jobs and AJAX actions or REST calls.
Why not ... ?
- Dismissable notices cloud be very easily... dismissed.
- Notices on specific Admin Pages may be overlooked.
- Showing notices to a Specific User would make this package a messaging system.
Similar projects
- More wordpressy and user transaction oriented solution: https://github.com/WPTRT/admin-notices
- Tim Jensen's Organize Admin Notices
- WP Notify project
All versions of persistent-admin-notices with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package szepeviktor/persistent-admin-notices contains the following files
Loading the files please wait ....