plugin-icon

WP Helper

제작자: lucdecri·
It provides additional functions and feature that allow you to simplify the development in your plugin new posttype, new taxonomies, new pages and me …
등급
5/5
버전
0.9
활성화된 설치 항목
100
최근 업데이트일
May 23, 2013

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 .

‘; } }

}}}

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 3.5.2
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.