Title: WP Helper
Author: lucdecri
Published: <strong>23 mei 2013</strong>
Last modified: 23 mei 2013

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# WP Helper

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

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

 * [Details](https://nl.wordpress.org/plugins/wp-helper/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/wp-helper/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/wp-helper/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/wp-helper/#developers)

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

## Beschrijving

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 .

‘; } }

}}}

## Installatie

install with standard procedure

## FAQ

contact me for each questions…

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“WP Helper” is open source software. De volgende personen hebben bijgedragen aan
deze plugin.

Bijdragers

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

[Vertaal “WP Helper” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/wp-helper)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/wp-helper/), haal de
[SVN repository](https://plugins.svn.wordpress.org/wp-helper/) op, of abonneer je
op het [ontwikkellog](https://plugins.trac.wordpress.org/log/wp-helper/) via [RSS](https://plugins.trac.wordpress.org/log/wp-helper/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versie **0.9**
 *  Laatst geüpdatet **13 jaar geleden**
 *  Actieve installaties **100+**
 *  WordPress versie ** 3.0 of nieuwer **
 *  Getest t/m **3.5.2**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/wp-helper/)
 * Tags
 * [attachement](https://nl.wordpress.org/plugins/tags/attachement/)[framework](https://nl.wordpress.org/plugins/tags/framework/)
   [plugins](https://nl.wordpress.org/plugins/tags/plugins/)[posttype](https://nl.wordpress.org/plugins/tags/posttype/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/wp-helper/advanced/)

## Waarderingen

 5 van 5 sterren.

 *  [  1 5 ster beoordeling     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=5)
 *  [  0 4 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=4)
 *  [  0 3 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=3)
 *  [  0 2 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=2)
 *  [  0 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=1)

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/wp-helper/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/wp-helper/)