Title: It doesn&#039;t work how expected
Last modified: August 21, 2016

---

# It doesn't work how expected

 *  Resolved [wocmultimedia](https://wordpress.org/support/users/wocmultimedia/)
 * (@wocmultimedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-work-how-expected/)
 * Well,
    here’s my topic. Your plugin created me a crash in all my 4 websites and
   by chance I was at office to solve it.
 * My theme is Virtue Premium and nothing is added to config.php file
    That’s the
   settings I used so you can check it. Automatic Updates Enabled? NO Permit Automatic
   Translation Updates? ticked by default settings Advanced Settings show Enable
   updates for VCS installations? ticked by default Update Emails Enabled? yes Send
   Emails for Successful Updates? ticked by default Send Emails for Failed Updates?
   ticked by default Send Emails for Critically Failed Updates? ticked by default
 * With these settings WP updated regularly ignoring the plugin
    this is my website
   to check the theme if is needed [http://www.wocmultimedia.biz](http://www.wocmultimedia.biz)
 * regards,
    Angelo
 * [https://wordpress.org/plugins/update-control/](https://wordpress.org/plugins/update-control/)

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

 *  Plugin Author [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-work-how-expected/#post-4794687)
 * Okay, I found the problem, and just pushed the fix in version 1.4.
 * The issue was a wrong filter name:
 *     ```
       add_filter( 'auto_updater_disabled', '__return_true', 1 );
       ```
   
 * From `wp-admin\includes\class-wp-upgrader.php`:
 *     ```
       return apply_filters( 'automatic_updater_disabled', $disabled );
       ```
   
 * I’ve fixed the Plugin so that it’s filtering the correct filter name: `automatic_updater_disabled`.
 * Sorry for any inconvenience, and thanks for using the Plugin!
 *  Thread Starter [wocmultimedia](https://wordpress.org/support/users/wocmultimedia/)
 * (@wocmultimedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-work-how-expected/#post-4794688)
 * Hi Chip,
    Thank for the time spent to fix it.
 * Have a great time.
    Angelo

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

The topic ‘It doesn't work how expected’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/update-control.svg)
 * [Update Control](https://wordpress.org/plugins/update-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/update-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/update-control/)
 * [Active Topics](https://wordpress.org/support/plugin/update-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/update-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/update-control/reviews/)

## Tags

 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 2 replies
 * 2 participants
 * Last reply from: [wocmultimedia](https://wordpress.org/support/users/wocmultimedia/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-work-how-expected/#post-4794688)
 * Status: resolved