Add the following snippet in your theme's functions.php OR in a mu-plugin e.g. wp-content/mu-plugins/my-site-util.php

If the wp-content/mu-plugins/ folder doesn't not exist, create it.

add_action('admin_init', 'orbisius_sandbox_admin_init');

/**
 * Admin init stuff
 */
function orbisius_sandbox_admin_init() {
   /**
    * This removes the annoying thing that stops you in the admin area to give you a hint.
    * @see trunk/wp-admin/includes/template.php
    */
   remove_action( 'admin_enqueue_scripts', array('WP_Internal_Pointers', 'enqueue_scripts' )  );
}

If you are going to put the code in a mu-plugin make sure you insert <?php before the snippet. Due to formatting issues in the article I omitted it.

 

Disclaimer: The content in this post is for educational purposes only. Always remember to take a backup before doing any of the suggested steps just to be on the safe side.
Referral Note: When you purchase through an referral link (if any) on this page, we may earn a commission.
If you're feeling thankful, you can buy me a coffee or a beer