I’ve just released a new PHP library for simplifying Ajax requests in WordPress plugins and themes. It’s called WP Ajax Helper, and you can find it on GitHub and Packagist.
Continue reading
WordPress
New Plugin Release: Customizer Framework
A lightweight and easy-to-use framework for the WordPress Customizer. Provides a simple and intuitive API for registering Customizer settings, including advanced control types. Automatically sanitizes settings based on the control type. Eliminates the tedious task of registering a setting, control, and sanitization function for each individual Customizer setting.
Homepage: https://philipnewcomer.net/wordpress-customizer-framework/
WordPress Plugin: http://wordpress.org/plugins/customizer-framework/
GitHub Project: http://github.com/philipnewcomer/Customizer-Framework
New Plugin Release: Widget Output Filters
Sometimes developers need to filter the output of a widget that does not have its own output filter built-in. This plugin provides a filter which will allow developers to modify the complete HTML output of any widget.
Responsive Image Maps 1.3 Released
I’ve updated Responsive Image Maps to version 1.3. The major feature of this update is the inclusion of RWD Image Maps version 1.4, which removes the requirement that images have width and height attributes set.
Responsive Image Maps 1.2 Update
@stowball has updated his RWD Image Maps jQuery plugin to version 1.3, which adds IE8 support, and I’ve updated my WordPress plugin accordingly. Version 1.2 of the Responsive Image Maps WordPress plugin is now available on WordPress Extend.
Responsive Image Maps Update
I’ve updated the Responsive Image Maps WordPress plugin to version 1.1. At the end of the development of 1.0, when I replaced the development version of the jQuery RWD Image Maps plugin with the minimized version of it, I forgot to update the path in the WP plugin code. Stupid mistake. Anyway, it’s fixed now.
Responsive Image Maps 1.0 Released
The Responsive Image Maps WordPress plugin makes image maps responsive by packaging the RWD Image Maps jQuery plugin in a convenient package for WordPress users.
Author Post Ratings 1.0 Released
Today I am announcing the release of my WordPress plugin “Author Post Ratings“. Continue reading