Title: WP Helper
Author: lucdecri
Published: <strong>23.05.2013</strong>
Last modified: 23.05.2013

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/wp-helper/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/wp-helper/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/wp-helper/#installation)
 * [Разработка](https://ru.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/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/wp-helper/) по [RSS](https://plugins.trac.wordpress.org/log/wp-helper/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Версия **0.9**
 *  Обновление: **13 лет назад**
 *  Активных установок: **100+**
 *  Версия WordPress ** 3.0 или выше **
 *  Совместим вплоть до: **3.5.2**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/wp-helper/)
 * Метки:
 * [attachement](https://ru.wordpress.org/plugins/tags/attachement/)[framework](https://ru.wordpress.org/plugins/tags/framework/)
   [plugins](https://ru.wordpress.org/plugins/tags/plugins/)[posttype](https://ru.wordpress.org/plugins/tags/posttype/)
 *  [Дополнительно](https://ru.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/)