Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-notice
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-notice
Merge requests
!24
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md
intro-txt
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
intro-txt
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Intro text fixes
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d2e79a5
1 commit,
3 years ago
1 file
+
5
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
5
−
6
Options
@@ -5,14 +5,13 @@
[

](https://packagist.org/packages/wpdesk/wp-notice)
[

](https://packagist.org/packages/wpdesk/wp-notice)
# wp-notice
WordPress Library to display notices in admin area.
===================================================
A simple, yet very useful library for WordPress plugins allowing to display the different kind of notices in the admin area. It can be easily used to:
wp-notice is a simple library for WordPress plugins allowing to display notices in admin area.
This library can display simple notices such as error, warning, success, info and dismissible ones as well.
It can also handle dismiss functionality with AJAX requests.
*
Display the simple error, warning, success and info notices,
*
Display the permanently dismissible notices,
*
Handle the dismiss functionality with AJAX requests.
## Requirements
Loading