Adding wordpress custom admin notices

function shapeSpace_custom_admin_notice() { ?>
 
 <div class="notice notice-success is-dismissible">
  <p><?php _e('Congratulations, you did it!', 'shapeSpace'); ?></p>
 </div>
 
<?php }
add_action('admin_notices', 'shapeSpace_custom_admin_notice');

Comments

Popular posts from this blog

Blogger post using PHP API

Pin payment laravel