/parts/notices/
Creating Admin Notices with Piklist is very easy, and can be done without writing any PHP.
notices/
folder in your parts/
folder (e.g. /parts/notices/
).<?php
/*
Notice Type: updated
Dismiss: true
*/
?>
<p>This is my notice</p>
This documentation is a community effort. Please create an issue or pull request to help!