An open API service indexing awesome lists of open source software.

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.

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