Today I’ve released a complete rewrite of the Amazon S3 extension for Download Monitor. Amazon introduced version 4 of their Signature back in 2013 that required a different, more complicated and secure, way of signing the S3 requests. All currently existing regions would support the old (2) and new (4) signature but new regions would only support the new one (4).
Continue Reading…
Tag Archives: PHP
Display all hooks that run on your page
Add the following to your functions.php to display a sequential list of all actions that run on the page you’re viewing.
Continue Reading…
Switching tabs in WordPress editor not working
One of my clients reported my an issue today that switching tabs in their editor stopped working, we’re talking about the “Visual” and “Text” tabs here. Continue Reading…