PressTigers

How to Enable WordPress Automatic Updates

As we already know, WordPress’ Themes and Plugins require timely updates. For simple and non-critical plugins, it can be a tedious task to keep on updating again and again from WordPress Dashboard. An automatic updates feature for Themes and Plug-ins is disabled by default in WordPress. You can enable automatic updates by adding a filter in functions.php file.

To enable automatic updates for Plugins, add the following lines of code in function.php file:

To enable automatic updates for Themes, add the following lines of code in function.php file:

Automatic updates can not be enabled from wp-config.php file so, one must use filters for this purpose.

User Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

    Get in Touch