Title: wp_update_plugins
Last modified: August 20, 2016

---

# wp_update_plugins

 *  Resolved [miowebdesigns](https://wordpress.org/support/users/miowebdesigns/)
 * (@miowebdesigns)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/wp_update_plugins/)
 * Can I comment out
 * > wp_update_plugins
 *  in the update.php file to get WP to stop the automatic updates for plugins? 
   I got screwed when it updated Contact Form 7 without my knowledge. The rest of
   the subroutine looks like this:
 *     ```
       function _maybe_update_plugins() {
       	$current = get_site_transient( 'update_plugins' );
       	if ( isset( $current->last_checked ) && 43200 > ( time() - $current->last_checked ) )
       		return;
       	wp_update_plugins();
       ```
   
 * Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [arpi](https://wordpress.org/support/users/arpi/)
 * (@arpi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wp_update_plugins/#post-2334753)
 * if you still want to stop the updates you can chose any of the below two options,
 * 1> [http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/](http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/)
   
   You can use this plugin to stop updates in the plugin.this will stop all the 
   updates.
 *  [arpi](https://wordpress.org/support/users/arpi/)
 * (@arpi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wp_update_plugins/#post-2334754)
 * 2> you can change the plugin version to very high number from the plugin folder
   in your plugins header portion.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_update_plugins’ is closed to new replies.

## Tags

 * [plug-in updates](https://wordpress.org/support/topic-tag/plug-in-updates/)

 * 2 replies
 * 2 participants
 * Last reply from: [arpi](https://wordpress.org/support/users/arpi/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/wp_update_plugins/#post-2334754)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
