Tag: snippet

How to disable automatic updates in WordPress

So, you just updated your site with WordPress 3.7 (or newer), and you noticed that one of the new features is automatic background updates. The feature will updated WordPress core and translations files, but it will also allow you to automatic update themes and plugins. There are also reasons why WordPress auto updates will not work, […]

Sharpen resized images and interlace option in WordPress

Have you ever notice that some resized images in WordPress look blurry, and you would like to dynamically sharpen those images without a bloated plugin. Well, here is how, you can sharpen the resized images in WordPress; and while you are at it you can also activate the interlace option on all image. Interlaced images […]

WordPress out of memory error

As you know, we developed the Image Store plugin and many photographers using the plugin with large image files will come across “Out of memory” errors when processing these large images. If you ever received this error in WordPress there are two settings (constants) that you can use in the wp-config.php file to control the memory limits, WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT. […]