How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

How to disable WordPress automatic updates

As of WordPress 3.7 and upwards WordPress will now check and install updates automatically. This feature is on by default and only applies to minor versions and not the major ones.

If you wish to have full control over when to update your WordPress installation then it would be wise to disable the automatic installation of the new updates. This way you will still get notified when an update is available to download but it won’t be installed automatically.

There are two methods to disable WordPress automatic update feature.

Method 1 (Recommended)
Edit your wp-config.php file and add the following line.

Method 2 (Advanced)
Make use of the automatic_updater_disabled and/or auto_update_core WordPress filters.

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

Leave a Reply

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