a7/admin-notices

Quickly and easily add admin notices to WordPress.

Installs: 9 363

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/a7/admin-notices

0.1.0.1 2018-02-05 22:03 UTC

This package is auto-updated.

Last update: 2025-09-29 01:50:04 UTC


README

Purpose

Quickly and easily add admin notices with a simple function call:

add_admin_notice( 'This is an admin notice.' );

add_admin_notice( 'This is a successful notice.', 'success' );