Today I have been playing around with Varnish, SSL and SPDY in relation to WordPress hosting. Now, one thing that I noticed was that several images were using the http protocol instead of https – which seemed to be caused by wp_get_attachment_url.
Luckily we can use the WordPress filters to fix this issue pretty easily, as shown in the gist below. This will simply replace the http:// in the URL with https:// if SSL is being used.
Apparently this has been an issue for quite some time, but still hasn’t been fixed in WordPress.
In this post, we'll look at how to transfer a single serialized option between WordPress installations from the command line. This technique can be usefull when dealing with serialized data that include PHP class objects. If you just want to copy all options, this is not the post you are…
As the world is gradually becoming more conscious of the environment, Earth Hour has gained popularity. Held annually on the last Saturday of March, Earth Hour encourages individuals, communities, and businesses to turn off non-essential lights for one hour. This year, I decided to automate the lights in our smart…
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…