Title: WP Helper
Author: lucdecri
Published: <strong>2013 年 5 月 23 日</strong>
Last modified: 2013 年 5 月 23 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/wp-helper.svg)

# WP Helper

 作者：[lucdecri](https://profiles.wordpress.org/lucdecri/)

[下载](https://downloads.wordpress.org/plugin/wp-helper.zip)

 * [详情](https://cn.wordpress.org/plugins/wp-helper/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-helper/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-helper/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-helper/#developers)

 [支持](https://wordpress.org/support/plugin/wp-helper/)

## 描述

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 .

‘; } }

}}}

## 安装

install with standard procedure

## 常见问题

contact me for each questions…

## 评价

此插件暂无评价。

## 贡献者及开发者

「WP Helper」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ lucdecri ](https://profiles.wordpress.org/lucdecri/)

[帮助将「WP Helper」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-helper)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-helper/)，查看[SVN仓库](https://plugins.svn.wordpress.org/wp-helper/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/wp-helper/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-helper/)。

## 额外信息

 *  版本 **0.9**
 *  最后更新：**13 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **3.5.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-helper/)
 * 标签
 * [attachement](https://cn.wordpress.org/plugins/tags/attachement/)[framework](https://cn.wordpress.org/plugins/tags/framework/)
   [plugins](https://cn.wordpress.org/plugins/tags/plugins/)[posttype](https://cn.wordpress.org/plugins/tags/posttype/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-helper/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-helper/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wp-helper/reviews/)

## 贡献者

 *   [ lucdecri ](https://profiles.wordpress.org/lucdecri/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wp-helper/)