File: /home/alfouzantranspor/www/wp-content/themes/transportation-agency-pro/theme-wizard/tgm/tgm.php
<?php
require get_template_directory() . '/theme-wizard/tgm/class-tgm-plugin-activation.php';
/**
* Recommended plugins.
*/
function ice_transportation_agency_proregister_recommended_plugins() {
$plugins = array(
array(
'name' => __( 'Contact Form 7', 'a-transportation-agency-pro' ),
'slug' => 'contact-form-7',
'source' => '',
'required' => true,
'force_activation' => false,
),
array(
'name' => __( 'GTranslate', 'a-transportation-agency-pro' ),
'slug' => 'gtranslate',
'source' => '',
'required' => true,
'force_activation' => false,
),
array(
'name' => __( 'Otter – Gutenberg Blocks – Page Builder for Gutenberg Editor & FSE', 'a-transportation-agency-pro' ),
'slug' => 'otter-blocks',
'source' => '',
'required' => true,
'force_activation' => false,
),
array(
'name' => __( 'Gutenberg Blocks by Kadence Blocks – Page Builder Features', 'a-transportation-agency-pro' ),
'slug' => 'kadence-blocks',
'source' => '',
'required' => true,
'force_activation' => false,
),
array(
'name' => __( 'Font Awesome', 'a-transportation-agency-pro' ),
'slug' => 'font-awesome',
'source' => '',
'required' => true,
'force_activation' => false,
),
);
$transportation_agency_pro_config = array();
tgmpa( $plugins, $transportation_agency_pro_config );
}
add_action( 'tgmpa_register', 'ice_transportation_agency_proregister_recommended_plugins' );