Skip to content

Instantly share code, notes, and snippets.

@grola
Created January 15, 2019 12:48
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/360d84622bce062033b65c384b26fab1 to your computer and use it in GitHub Desktop.
Save grola/360d84622bce062033b65c384b26fab1 to your computer and use it in GitHub Desktop.
Info notice
<?php
function wpdesk_info_notice() {
?>
<div class="notice notice-info">
<p>Info notice.</p>
</div>
<?php
}
add_action( 'admin_notices', 'wpdesk_info_notice' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment