do_action( 'admin_notices' )
Prints admin screen notices.
Description Description
Source Source
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Sample Usage
The class
notice-success
will display the message with a white background and a green left border.The class
notice-error
will display the message with a white background and a red left border.Use
notice-warning
for a yellow/orange, andnotice-info
for a blue left border.The class name
is-dismissible
will automatically trigger a closing icon to be added to your message via JavaScript. Its behavior, however, applies only on the current screen. It will not prevent a message from re-appearing once the page re-loads, or another page is loaded.[copied/pasted from https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices%5D