HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/www/ar/wp-content/themes/autodeal/inc/plugins/plugins.php
<?php
// Register action to declare required plugins
add_action('tgmpa_register', 'themesflat_recommend_plugin');
function themesflat_recommend_plugin() {
    
    $plugins = array(
        array(
            'name' => esc_html__('Elementor', 'autodeal'),
            'slug' => 'elementor',
            'required' => true
        ),
        array(
            'name' => esc_html__('ThemesFlat Core', 'autodeal'),
            'slug' => 'themesflat-core',
            'source' => THEMESFLAT_DIR . 'inc/plugins/themesflat-core.zip',
            'required' => true
        ),
        array(
            'name' => esc_html__('TF Car Listing', 'autodeal'),
            'slug' => 'tf-car-listing',
            'source' => 'https://themesflat.co/3rdplugins/autodeal-listing.zip',
            'required' => true
        ),
        array(
            'name' => esc_html__('Redux Framework', 'autodeal'),
            'slug' => 'redux-framework',
            'required' => true
        ),
        array(
            'name' => esc_html__('Contact Form 7', 'autodeal'),
            'slug' => 'contact-form-7',
            'required' => false
        ),    
        array(
            'name' => esc_html__('Mailchimp', 'autodeal'),
            'slug' => 'mailchimp-for-wp',
            'required' => false
        ),     
        array(
            'name' => esc_html__('WP Mail SMTP', 'autodeal'),
            'slug' => 'wp-mail-smtp',
            'required' => false
        ),   
        array(
            'name' => esc_html__('One Click Demo Import', 'autodeal'),
            'slug' => 'one-click-demo-import',
            'required' => false
        )   
    );
    
    tgmpa($plugins);
}