Skip to content

Instantly share code, notes, and snippets.

@grola
Created January 15, 2019 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grola/977cf53d0efc5859d6b1b6f4ca1f3fdb to your computer and use it in GitHub Desktop.
Save grola/977cf53d0efc5859d6b1b6f4ca1f3fdb to your computer and use it in GitHub Desktop.
Display notices
<?php
wpdesk_notice_success( 'Success notice.' );
wpdesk_notice_info( 'Info notice.' );
wpdesk_notice_warning( 'Warning notice.' );
wpdesk_notice_error( 'Error notice.' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment