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

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# WP Helper

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

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

 * [Details](https://de.wordpress.org/plugins/wp-helper/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/wp-helper/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/wp-helper/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/wp-helper/#developers)

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

## Beschreibung

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 .

‚; } }

}}}

## Installation

install with standard procedure

## FAQ

contact me for each questions…

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„WP Helper“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „WP Helper“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/wp-helper)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/wp-helper/), 
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/wp-helper/) an oder
abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/wp-helper/)
per [RSS](https://plugins.trac.wordpress.org/log/wp-helper/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.9**
 *  Zuletzt aktualisiert **vor 13 Jahren**
 *  Aktive Installationen **100+**
 *  WordPress-Version ** 3.0 oder höher **
 *  Getestet bis **3.5.2**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/wp-helper/)
 * Schlagwörter
 * [attachement](https://de.wordpress.org/plugins/tags/attachement/)[framework](https://de.wordpress.org/plugins/tags/framework/)
   [plugins](https://de.wordpress.org/plugins/tags/plugins/)[posttype](https://de.wordpress.org/plugins/tags/posttype/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/wp-helper/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wp-helper/reviews/?filter=1)

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/wp-helper/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/wp-helper/)