PHPackages                             wordpruss/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. wordpruss/notices

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

wordpruss/notices
=================

An Object-Oriented Wrap for notices displayed near the top of admin pages on WordPress.

025PHP

Since Sep 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wordpruss/notices)[ Packagist](https://packagist.org/packages/wordpruss/notices)[ RSS](/packages/wordpruss-notices/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Notices
=======

[](#notices)

An Object-Oriented Wrap for notices displayed near the top of admin pages on WordPress.

#### Installation

[](#installation)

```
composer require wordpruss/notices
```

#### Basic usage

[](#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`

```
