Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

WP Helper

Opis

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 .

‘; } }

}}}

Instalacija

install with standard procedure

ČPP

contact me for each questions…

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

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

Doprinositelji

Prevedi “WP Helper” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.