Skip to content

Instantly share code, notes, and snippets.

@grola
Created January 6, 2019 20:51
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/b3f34a332ceb31a2f8ceefa94b4605fb to your computer and use it in GitHub Desktop.
Save grola/b3f34a332ceb31a2f8ceefa94b4605fb to your computer and use it in GitHub Desktop.
function wpdesk_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