BACK TO DIRECTORY

WP Helper

by lucdecri

5.0
(1 ratings)

wp_helper have 4 distinct plugin.

  • posttype_helper
  • taxonomy_helper
  • attachment_helper
  • adminpage_helper

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 .

‘; } }

}}}

Plugin Details

Active Installs
100
Total Downloads
2,227
Version
0.9
Requires WP
3.0
Requires PHP
Tested Up To
3.5.2
Added
2013-05-23
Last Updated
2013-05-23 9:02am GMT

Ratings

5
1
4
0
3
0
2
0
1
0