PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
/
inc
<?php /***** Active Plugin ********/ add_action( 'tgmpa_register', 'bumbleb_register_required_plugins' ); function bumbleb_register_required_plugins() { $plugins = array( array( 'name' => esc_html__('Woocommerce', 'bumbleb'), 'slug' => 'woocommerce', 'required' => true ), array( 'name' => esc_html__('Elementor', 'bumbleb'), 'slug' => 'elementor', 'required' => true ), array( 'name' => esc_html__('Wpbingo Core', 'bumbleb'), 'slug' => 'wpbingo', 'source' => get_template_directory() . '/plugins/wpbingo.zip', 'required' => true, ), array( 'name' => esc_html__('Revolution Slider', 'bumbleb'), 'slug' => 'revslider', 'source' => get_template_directory() . '/plugins/revslider.zip', 'required' => false, ), array( 'name' => esc_html__('Redux Framework', 'bumbleb'), 'slug' => 'redux-framework', 'required' => true ), array( 'name' => esc_html__('Contact Form 7', 'bumbleb'), 'slug' => 'contact-form-7', 'required' => false ), array( 'name' => esc_html__('WPC Smart Wishlist for WooCommerce', 'bumbleb'), 'slug' => 'woo-smart-wishlist', 'required' => false ), array( 'name' => esc_html__('WooCommerce Variation Swatches', 'bumbleb'), 'slug' => 'variation-swatches-for-woocommerce', 'required' => false ), array( 'name' => esc_html__('HUSKY - Products Filter Professional for WooCommerce', 'bumbleb'), 'slug' => 'woocommerce-products-filter', 'required' => false ), array( 'name' => esc_html__('Classic Widgets', 'bumbleb'), 'slug' => 'classic-widgets', 'required' => false ), ); $config = array(); tgmpa( $plugins, $config ); }
[+]
admin
[-] woocommerce.php
[edit]
[-] loader.php
[edit]
[+]
..
[-] custom-css.php
[edit]
[+]
megamenu
[-] plugin-requirement.php
[edit]
[-] menus.php
[edit]
[-] template-tags.php
[edit]
[-] class-tgm-plugin-activation.php
[edit]
[-] function.php
[edit]