Friday 14 August 2015

How to Disable Wordpress Updates

If you would like to disable word-press updates please follow the below process:
Open your current selected Theme folder.
Open under this folder function.php and put the below code at the end of this file
  1. //To Disable Theme Updates # WP Version 3.0+
  2. remove_action( 'load-update-core.php', 'wp_update_themes' );
  3. add_filter( 'pre_site_transient_update_themes', create_function( '$a', "return null;" ) );
  4. wp_clear_scheduled_hook( 'wp_update_themes' );


- Read the Full Blog at: How to Disable WordPress Updates

FindNerd is an effective C, Java, Android, Html, iOS, JavaScript, PHP questions and answers, to instantly resolve your various language queries.
Apart from this, If you have any html language issue, you can post at HTML Help forum and get instantly resolved it from highly experienced FindNerd community members.

1 comment:

  1. Awesome post thanks for sharing. Now and again, all of a sudden, your splendidly working WordPress fueled site may stop working or begin showing blunders.Wordpress Problem information


    ReplyDelete