HEX
Server: Apache
System: Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64
User: server (1002)
PHP: 8.3.20
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/muoapartman/www/wp-content/themes/aravalli/inc/customize/customizer_recommended_plugin.php
<?php
/* Notifications in customizer */


require get_template_directory() . '/inc/customizer-notify/aravalli-customizer-notify.php';
$aravalli_config_customizer = array(
	'recommended_plugins'       => array(
		'clever-fox' => array(
			'recommended' => true,
			'description' => sprintf(__('Install and activate <strong>Cleverfox</strong> plugin for taking full advantage of all the features this theme has to offer.', 'aravalli')),
		),
	),
	'recommended_actions'       => array(),
	'recommended_actions_title' => esc_html__( 'Recommended Actions', 'aravalli' ),
	'recommended_plugins_title' => esc_html__( 'Recommended Plugin', 'aravalli' ),
	'install_button_label'      => esc_html__( 'Install and Activate', 'aravalli' ),
	'activate_button_label'     => esc_html__( 'Activate', 'aravalli' ),
	'aravalli_deactivate_button_label'   => esc_html__( 'Deactivate', 'aravalli' ),
);
Aravalli_Customizer_Notify::init( apply_filters( 'aravalli_customizer_notify_array', $aravalli_config_customizer ) );
?>