» WP
- All WordPress Hooks in WP 2.9By Tony Tran on January 19th, 2010 | 3 Comments
What is WordPress Hooks Database ? If you’re a plugin developer, you know how difficult it can be to figure out which hooks are available. This WordPress hooks database automatically scans each WP build for apply_filters(), do_action(), and do_action_ref_array to figure out exactly which hooks are available in each version and where the hooks occur. If you don’t know what WordPress hooks are for, read the Plugin API. What is this good for?See what new hooks are available with each new version of WordPress See which hooks have been deprecated or renamed (use the “view all ho... - WP Plugin: Comment Info DetectorBy Tony Tran on September 9th, 2009 | 2 Comments
This is a plugin for WordPress 2.6+ that can help you know where your commenters come from, which type of web browser and OS they used when they left a comment on your blog. It provides two functions that take IP and User Agent as parameters and then return HTML string contains country flag, web browser and OS icons. You can put these icons anywhere you like in each comment. In fact, this plugin is a combination of two plugins: WordPress Browser Detection Plugin and Easy IP2Country that I have intergrated as a built-in plugin for my premium theme before, but now I decide to separate it as a ne... - WP System Health – Overview of your WordPress SystemBy Tony Tran on August 8th, 2009 | No Comments
WP System Health supports a comprehensive overview about your current WordPress installation in terms of internal states, PHP and Server environment. It adds a new Dashboard Widget at your Blog for Administrators only and is perfect to reduce your spend amount of time doing your service desk operations with non experienced blog user or customers.This Dasboard widget requires a WordPress version equal or higher than 2.7 and a PHP version of 4.4.3 and higher. This Dashboard extension only displays some information but doesnt change them nor provides any changing capabilities. Its also limit to...
