Version 3 adds support for is_tablet(), is_desktop(), and is_browser() as well as numerous bug fixes and code improvements. As of version 3.1.2 automatic updates of browscap.ini are disabeld until we can deal with memory usage issues. PHP Browser Detection is…
The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that…
Reduce the Time Spent for Plugin and Theme Development One of the time-consuming part of developing WordPress plugins and themes is creating setting pages. As you more and more write plugins and themes, you will soon realize major part of…
mobble provides mobile related conditional functions for your site. e.g. is_iphone(), is_mobile() and is_tablet(). CSS media queries are great for creating responsive web designs but they do not always provide enough control. There are times when not all of the…
LESS is a templating language based on top of CSS. It provides numerous enhancements to speed up development and make its maintenance easier. Theme developers can even bundle the plugin without worrying about conflicts: just include the special bootstrap-for-theme.php and…