November 13th, 2012
One thing that many developers are not aware of is that WordPress automatically adds magic quotes to request variables. This means that all quotes, backslashes and null-byte characters will be escaped with a backslash.
Even if you disable magic quotes in php.ini, WordPress will apply them to $_GET, $_POST, $_COOKIE […] Continue Reading…
10 Comments
| WordPress Development
| Permalink
Posted by Jānis Elsts
November 6th, 2012
JSONLint – Validate Your JSON
JSONLint is an online JSON validator and formatter. It will check your JSON for syntax errors and format it with proper indentation and line breaks to make it more human-readable (this can be very handy when analysing complex JSON documents). You can either paste your […] Continue Reading…
No Comments »
| Web Development
| Permalink
Posted by Jānis Elsts
October 30th, 2012
After a long delay, a new version of my PluginUpdateChecker library is finally ready for release. Read on to find out what’s new, or go straight to the download page.
For those of you not familiar with this library, here’s a short summary:
You can use it to add automatic update support to […] Continue Reading…
20 Comments
| WordPress Development, WordPress Tools
| Permalink
Posted by Jānis Elsts
October 23rd, 2012
There’s one thing that always annoys me when installing new plugins: No matter how popular or obscure the plugin, the first few seconds (or minutes) are usually wasted on trying to figure out where it put its settings page.
We’ve all been there. Trawling the admin menu, looking for that […] Continue Reading…
No Comments »
| WordPress Development
| Permalink
Posted by Jānis Elsts