Linux 软件免费装

WP Helper

开发者 lucdecri
更新时间 2013年5月23日 17:02
PHP版本: 3.0 及以上
WordPress版本: 3.5.1

标签

plugins framework attachement posttype

下载

详情介绍:

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 . '; } } }}}

安装:

install with standard procedure