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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# WP Helper

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

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

 * [Dettagli](https://it.wordpress.org/plugins/wp-helper/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-helper/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-helper/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-helper/#developers)

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

## Descrizione

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 .

‘; } }

}}}

## Installazione

install with standard procedure

## FAQ

contact me for each questions…

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“WP Helper” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “WP Helper” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-helper)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-helper/) segui
il [repository SVN](https://plugins.svn.wordpress.org/wp-helper/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/wp-helper/)
tramite [RSS](https://plugins.trac.wordpress.org/log/wp-helper/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versione **0.9**
 *  Ultimo aggiornamento **13 anni fa**
 *  Installazioni attive **100+**
 *  Versione WordPress ** 3.0 o superiore **
 *  Testato fino alla versione **3.5.2**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-helper/)
 * Tag
 * [attachement](https://it.wordpress.org/plugins/tags/attachement/)[framework](https://it.wordpress.org/plugins/tags/framework/)
   [plugins](https://it.wordpress.org/plugins/tags/plugins/)[posttype](https://it.wordpress.org/plugins/tags/posttype/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-helper/advanced/)

## Valutazioni

 5 su 5 stelle.

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

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-helper/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-helper/)