>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Helper |
Version | 0.9 |
Author | lucdecri |
Rating | 100 |
Last updated | 2013-05-23 09:02:00 |
Downloads |
321
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Helper plugin added 1 bytes of resources to the Home page and 13 bytes of resources to the sample Post page.
WP Helper plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Helper plugin ads no tables to your Wordpress blog database.wp_helper have 4 distinct plugin.
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 .
'; } }
}}}