HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
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' );