| Server IP : 104.26.3.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/wwwindicidolscom/public_html/wp-content/themes/shakti/skins/default/ |
Upload File : |
<?php
/**
* Required plugins
*
* @package SHAKTI
* @since SHAKTI 1.76.0
*/
// THEME-SUPPORTED PLUGINS
// If plugin not need - remove its settings from next array
//----------------------------------------------------------
$shakti_theme_required_plugins_groups = array(
'core' => esc_html__( 'Core', 'shakti' ),
'page_builders' => esc_html__( 'Page Builders', 'shakti' ),
'ecommerce' => esc_html__( 'E-Commerce & Donations', 'shakti' ),
'socials' => esc_html__( 'Socials and Communities', 'shakti' ),
'events' => esc_html__( 'Events and Appointments', 'shakti' ),
'content' => esc_html__( 'Content', 'shakti' ),
'other' => esc_html__( 'Other', 'shakti' ),
);
$shakti_theme_required_plugins = array(
'trx_addons' => array(
'title' => esc_html__( 'ThemeREX Addons', 'shakti' ),
'description' => esc_html__( "Will allow you to install recommended plugins, demo content, and improve the theme's functionality overall with multiple theme options", 'shakti' ),
'required' => true,
'logo' => 'trx_addons.png',
'group' => $shakti_theme_required_plugins_groups['core'],
),
'elementor' => array(
'title' => esc_html__( 'Elementor', 'shakti' ),
'description' => esc_html__( "Is a beautiful PageBuilder, even the free version of which allows you to create great pages using a variety of modules.", 'shakti' ),
'required' => false,
'logo' => 'elementor.png',
'group' => $shakti_theme_required_plugins_groups['page_builders'],
),
'gutenberg' => array(
'title' => esc_html__( 'Gutenberg', 'shakti' ),
'description' => esc_html__( "It's a posts editor coming in place of the classic TinyMCE. Can be installed and used in parallel with Elementor", 'shakti' ),
'required' => false,
'install' => false, // Do not offer installation of the plugin in the Theme Dashboard and TGMPA
'logo' => 'gutenberg.png',
'group' => $shakti_theme_required_plugins_groups['page_builders'],
),
'js_composer' => array(
'title' => esc_html__( 'WPBakery PageBuilder', 'shakti' ),
'description' => esc_html__( "Popular PageBuilder which allows you to create excellent pages", 'shakti' ),
'required' => false,
'install' => false, // Do not offer installation of the plugin in the Theme Dashboard and TGMPA
'logo' => 'js_composer.jpg',
'group' => $shakti_theme_required_plugins_groups['page_builders'],
),
'woocommerce' => array(
'title' => esc_html__( 'WooCommerce', 'shakti' ),
'description' => esc_html__( "Connect the store to your website and start selling now", 'shakti' ),
'required' => false,
'logo' => 'woocommerce.png',
'group' => $shakti_theme_required_plugins_groups['ecommerce'],
),
'elegro-payment' => array(
'title' => esc_html__( 'Elegro Crypto Payment', 'shakti' ),
'description' => esc_html__( "Extends WooCommerce Payment Gateways with an elegro Crypto Payment", 'shakti' ),
'required' => false,
'logo' => 'elegro-payment.png',
'group' => $shakti_theme_required_plugins_groups['ecommerce'],
),
'give' => array(
'title' => esc_html__( 'Give', 'shakti' ),
'description' => '',
'required' => false,
'logo' => shakti_get_file_url( 'plugins/give/give.png' ),
'group' => $shakti_theme_required_plugins_groups['ecommerce'],
),
'instagram-feed' => array(
'title' => esc_html__( 'Instagram Feed', 'shakti' ),
'description' => esc_html__( "Displays the latest photos from your profile on Instagram", 'shakti' ),
'required' => false,
'logo' => 'instagram-feed.png',
'group' => $shakti_theme_required_plugins_groups['socials'],
),
'mailchimp-for-wp' => array(
'title' => esc_html__( 'MailChimp for WP', 'shakti' ),
'description' => esc_html__( "Allows visitors to subscribe to newsletters", 'shakti' ),
'required' => false,
'logo' => 'mailchimp-for-wp.png',
'group' => $shakti_theme_required_plugins_groups['socials'],
),
'booked' => array(
'title' => esc_html__( 'Booked Appointments', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => 'booked.png',
'group' => $shakti_theme_required_plugins_groups['events'],
),
'the-events-calendar' => array(
'title' => esc_html__( 'The Events Calendar', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => 'the-events-calendar.png',
'group' => $shakti_theme_required_plugins_groups['events'],
),
'contact-form-7' => array(
'title' => esc_html__( 'Contact Form 7', 'shakti' ),
'description' => esc_html__( "CF7 allows you to create an unlimited number of contact forms", 'shakti' ),
'required' => false,
'logo' => 'contact-form-7.png',
'group' => $shakti_theme_required_plugins_groups['content'],
),
'latepoint' => array(
'title' => esc_html__( 'LatePoint', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => shakti_get_file_url( 'plugins/latepoint/latepoint.png' ),
'group' => $shakti_theme_required_plugins_groups['events'],
),
'advanced-popups' => array(
'title' => esc_html__( 'Advanced Popups', 'shakti' ),
'description' => '',
'required' => false,
'logo' => shakti_get_file_url( 'plugins/advanced-popups/advanced-popups.jpg' ),
'group' => $shakti_theme_required_plugins_groups['content'],
),
'devvn-image-hotspot' => array(
'title' => esc_html__( 'Image Hotspot by DevVN', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => shakti_get_file_url( 'plugins/devvn-image-hotspot/devvn-image-hotspot.png' ),
'group' => $shakti_theme_required_plugins_groups['content'],
),
'ti-woocommerce-wishlist' => array(
'title' => esc_html__( 'TI WooCommerce Wishlist', 'shakti' ),
'description' => '',
'required' => false,
'logo' => shakti_get_file_url( 'plugins/ti-woocommerce-wishlist/ti-woocommerce-wishlist.png' ),
'group' => $shakti_theme_required_plugins_groups['ecommerce'],
),
'woo-smart-quick-view' => array(
'title' => esc_html__( 'WPC Smart Quick View for WooCommerce', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => shakti_get_file_url( 'plugins/woo-smart-quick-view/woo-smart-quick-view.png' ),
'group' => $shakti_theme_required_plugins_groups['ecommerce'],
),
'twenty20' => array(
'title' => esc_html__( 'Twenty20 Image Before-After', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => shakti_get_file_url( 'plugins/twenty20/twenty20.png' ),
'group' => $shakti_theme_required_plugins_groups['content'],
),
'essential-grid' => array(
'title' => esc_html__( 'Essential Grid', 'shakti' ),
'description' => '',
'required' => false,
'install' => false,
'logo' => 'essential-grid.png',
'group' => $shakti_theme_required_plugins_groups['content'],
),
'revslider' => array(
'title' => esc_html__( 'Revolution Slider', 'shakti' ),
'description' => '',
'required' => false,
'logo' => 'revslider.png',
'group' => $shakti_theme_required_plugins_groups['content'],
),
'sitepress-multilingual-cms' => array(
'title' => esc_html__( 'WPML - Sitepress Multilingual CMS', 'shakti' ),
'description' => esc_html__( "Allows you to make your website multilingual", 'shakti' ),
'required' => false,
'install' => false, // Do not offer installation of the plugin in the Theme Dashboard and TGMPA
'logo' => 'sitepress-multilingual-cms.png',
'group' => $shakti_theme_required_plugins_groups['content'],
),
'wp-gdpr-compliance' => array(
'title' => esc_html__( 'Cookie Information', 'shakti' ),
'description' => esc_html__( "Allow visitors to decide for themselves what personal data they want to store on your site", 'shakti' ),
'required' => false,
'logo' => 'wp-gdpr-compliance.png',
'group' => $shakti_theme_required_plugins_groups['other'],
),
'trx_updater' => array(
'title' => esc_html__( 'ThemeREX Updater', 'shakti' ),
'description' => esc_html__( "Update theme and theme-specific plugins from developer's upgrade server.", 'shakti' ),
'required' => false,
'logo' => 'trx_updater.png',
'group' => $shakti_theme_required_plugins_groups['other'],
),
);
if ( SHAKTI_THEME_FREE ) {
unset( $shakti_theme_required_plugins['js_composer'] );
unset( $shakti_theme_required_plugins['booked'] );
unset( $shakti_theme_required_plugins['the-events-calendar'] );
unset( $shakti_theme_required_plugins['calculated-fields-form'] );
unset( $shakti_theme_required_plugins['essential-grid'] );
unset( $shakti_theme_required_plugins['revslider'] );
unset( $shakti_theme_required_plugins['sitepress-multilingual-cms'] );
unset( $shakti_theme_required_plugins['trx_updater'] );
unset( $shakti_theme_required_plugins['trx_popup'] );
}
// Add plugins list to the global storage
shakti_storage_set( 'required_plugins', $shakti_theme_required_plugins );