Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las 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

Preguntas frecuentes

contact me for each questions…

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP Helper» es un software de código abierto. Las siguientes personas han colaborado con 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.