It provides additional functions and feature that allow you to simplify the development in your plugin new posttype, new taxonomies, new pages and me …
As of April 2026, WP Helper is a WordPress plugins plugin with 100 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.7K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2013. Last updated 12 years ago — may have compatibility concerns. Top alternative: WP Rollback – Rollback Plugins and….
wp_helper have 4 distinct plugin.
each provides additional features that allow you to simplify the development of new posttype, new taxonomies, new pages and menu administrator, etc.
Detailed list of additional function is coming soon
You must check if wp_helper is actived before active your plugin, with similar code : {{{
if (defined(‘WP_HELPER’)) {
// your code here } else { // if defined(WP_HELPER) add_action(‘admin_notices’, ‘myplugin_noframework_notice’); }
function myplugin_noframework_notice(){ global $pagenow; if ( $pagenow == ‘plugins.php’ ) { echo ‘
To activate this plugin you must install and activate WP HELPER plugin .
‘; }…
| WordPress | 3.0+ requiredTested up to 3.5.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.