Title: Admin Helper
Author: lucdecri
Published: <strong>October 15, 2012</strong>
Last modified: December 21, 2012

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Admin Helper

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

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

 * [Details](https://wordpress.org/plugins/adminpage-helper/#description)
 * [Reviews](https://wordpress.org/plugins/adminpage-helper/#reviews)
 *  [Installation](https://wordpress.org/plugins/adminpage-helper/#installation)
 * [Development](https://wordpress.org/plugins/adminpage-helper/#developers)

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

## Description

Attivando questo plugin sono disponibili le seguenti funzioni :

 * _register\_post\_box_($posttype,$boxname,$description,$position,$priority,$form_fields)
   inserisce un box con customfield per i posttype specificati. I customfields creati
   sono automaticamente salvati e sono presenti come campi nell’oggetto $post _TODO_
   Utilizzo di un array per posttype (ora accetta un solo posttype) _TODO_ Sanificare
   i nomi dei campi. Ritornare un array con i noi dei campi sanificati
 * _register\_attachment\_field_($form_field) Inserisce un custom field in un post
   media_type. Il customfield creati sono automaticamente salvati e sono presenti
   nell’oggetto $post _TODO_ tutto da verificare
 * _register\_taxonomy\_fields_($taxonomy, $fields) inserisce una serie di customfields
   affiuntivi ad una tassonomia. I customfields registrati sono automaticamente 
   salvati e sono presenti come campi dell’oggetto $taxonomy restituito dalle varie
   funzioni wp _TODO_ sanificare il nome dei campi e restituire i nomi sanificati
 * _add\_taxonomy\_meta_($term,$taxonomy,$name,$value) assegna da un campo di un
   termine di una tassonomia un valore.
 * _admin\_debug_($var, $name) stampa in un’area di debug una variabile. Se e’ presente
   debug_bar installato, usa l’area predisposta, altrimenti crea un’area al di sotto
   del footer
 * _admin\_check\_url_($url) ritorna true se l’url della pagina e’ quello passato
   tramite $url
 * _admin\_scandirectory_($dir) ritorna una array con i nomi dei file di una cartella
 * _set\_post\_meta_($id,$name,$value) aggiunge o aggiorna un customfield (come 
   update_post_meta, ma funziona anche se il customfield non esiste)
 * _admin\_table\_post_($options,$columns, $post_array) genera una tabella simile
   a quella utilizzata per “Tutti i post”, solo con i risultati della query in $
   post_array.
 * _admin\_move\_menu_($menutomove_slug,$menumoveafter_slug) sposta il menu con 
   slug $menutomove_slug dopo il menu $menumoveafter_slug
 * _add\_menu\_div_($menuafter_slug) aggiunge un separatore dopo il menu con slug
   $menuafter_slug

possiede anche altre funzioni per la realizzazione di pagine dal lato admin

Assicurati di verificare che ADMIN_HELPER is defined and in correct revision, before
activate your plugin!!

## Installation

 1. Upload `admin-helper` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use new function in your plugin/template

## FAQ

nothing yet!

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Admin Helper” is open source software. The following people have contributed to
this plugin.

Contributors

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

[Translate “Admin Helper” into your language.](https://translate.wordpress.org/projects/wp-plugins/adminpage-helper)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/adminpage-helper/),
check out the [SVN repository](https://plugins.svn.wordpress.org/adminpage-helper/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/adminpage-helper/)
by [RSS](https://plugins.trac.wordpress.org/log/adminpage-helper/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

_version 0.83_
 -bugfix on data field

_version 0.82_
 -bugfix sui campi di tipo file -correzione dimensione degli inputbox
di tipo text -correzione datepicker -correzione textarea di tipo formattedtext

_version 0.8_
 -bugfix su admin_table_posts

_version 0.7_
 -aggiunto admin_move_menu -aggiunto add_menu_div

_version 0.6_
 – Aggiunto admin_table_posts – Inserito select&text come tipo di 
campo – inserito alcuni hook per modificare le opzioni dei campi nei box al momento
del rendering – bugfix

## Meta

 *  Version **0.83**
 *  Last updated **13 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.5.2**
 * Tags
 * [admin pages](https://wordpress.org/plugins/tags/admin-pages/)[custom taxonomy](https://wordpress.org/plugins/tags/custom-taxonomy/)
   [custom type](https://wordpress.org/plugins/tags/custom-type/)[framework](https://wordpress.org/plugins/tags/framework/)
 *  [Advanced View](https://wordpress.org/plugins/adminpage-helper/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/adminpage-helper/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/adminpage-helper/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ND25N8WPAC2W8)