https://github.com/wordpruss/notices
An Object-Oriented Wrap for notices displayed near the top of admin pages on WordPress.
https://github.com/wordpruss/notices
php-library wordpress wordpress-development
Last synced: about 2 months ago
JSON representation
An Object-Oriented Wrap for notices displayed near the top of admin pages on WordPress.
- Host: GitHub
- URL: https://github.com/wordpruss/notices
- Owner: wordpruss
- License: mit
- Created: 2017-09-04T04:07:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T05:48:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T15:12:53.528Z (over 1 year ago)
- Topics: php-library, wordpress, wordpress-development
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notices
An Object-Oriented Wrap for notices displayed near the top of admin pages on WordPress.
#### Installation
```bash
composer require wordpruss/notices
```
#### Basic usage
Notices are used to show a User some information. They have four types: `success`, `warning`, `info` or `error`. These messages will be displayed at the top of the WordPress admin area. Notices can be used anywhere in the plugin by referencing `Notify`
```php