Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

WP Helper

Descripción

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 .

‘; } }

}}}

Instalación

install with standard procedure

FAQ

contact me for each questions…

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“WP Helper” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “WP Helper” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .