Tag: wordpress core

  • Disable wordpress core updates display

    Disable wordpress core updates display

    Ever had a situation where you have given admin right to the client?  What usally happens is that client will update the wordpress core. If we are talking about custom solutions, its most definitely not safe to update the core. Here’s a solution for disabling  the opportunity to update WordPress core. add_action( ‘init’, create_function( ‘$a’,…