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
October 9th, 2012
You can use the undocumented all_plugins filter to control what plugins will show up on the “Plugins” page.
WordPress applies this filter to the list of all installed plugins just before sorting it into “active”, “inactive”, “update available” and other categories and displaying it to the user. The list […] Continue Reading…
1 Comment
|
WordPress Development
|
Permalink
Posted by Jānis Elsts