'Contact Form 7', 'slug' => 'contact-form-7', 'required' => false, ); $plugins[] = array( 'name' => 'Wp Subtitle', 'slug' => 'wp-subtitle', 'required' => false, ); $plugins[] = array( 'name' => 'Tally Homepage Control', 'slug' => 'tally-homepage-control', 'required' => false, ); $plugins[] = array( 'name' => 'Tally Theme Setup', 'slug' => 'tally-theme-setup', 'required' => false, ); return $plugins; } add_filter('tallythemesetup_plugin_list', 'kutub_tallythemesetup_plugin_list'); function kutub_tallythemesetup_plugin_list(){ return array( 'tally-homepage-control/tally-homepage-control.php', 'tally-theme-setup/tally-theme-setup.php', 'contact-form-7/wp-contact-form-7.php', 'wp-subtitle/wp-subtitle.php' ); } /*Please do not change this code*/ define('kutub_SLUG', 'kutub'); define('kutub_NAME', 'Kutub'); define('kutub_THEME_URL', esc_url('http://tallythemes.com/product/free-responsive-multi-purpose-wordpress-theme-kutub-lite/')); define('kutub_STORE_URL', esc_url('http://tallythemes.com/')); define('kutub_DOC_URL', esc_url('http://tallythemes.com/doc-item/kutub-wordpress-theme-documentation/')); define('kutub_OFFER_URL', esc_url('http://tallythemes.com/product-category/wordpress-themes/')); define('kutub_DEMO_URL', esc_url('http://tallythemes.com/preview/kutub-wordpress-theme-preview/')); include('inc/inc.php');