HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/fifteen/framework/recommended-plugins/customizer-notify.php
<?php
/*
 * Notifications in customize
 */
require get_template_directory() . '/ti-customizer-notify/class-themeisle-customizer-notify.php';

$config_customizer = array(
	'recommended_plugins'       => array(
		'ih-slider-showcase' => array(
			'recommended' => true,
			/* translators: s - ThemeIsle Companion */
			'description' => sprintf( esc_html__( 'If you want to take full advantage of the options this theme has to offer(like showcases, testimonials, parallax sections, etc) please install and activate %s.', 'fifteen' ), sprintf( '<strong>%s</strong>', 'IH Sliders & Showcases' ) ),
		),
	),
	'recommended_actions'       => array(),
	'recommended_actions_title' => esc_html__( 'Recommended Actions', 'fifteen' ),
	'recommended_plugins_title' => esc_html__( 'Recommended Plugins', 'fifteen' ),
	'install_button_label'      => esc_html__( 'Install and Activate', 'fifteen' ),
	'activate_button_label'     => esc_html__( 'Activate', 'fifteen' ),
	'deactivate_button_label'   => esc_html__( 'Deactivate', 'fifteen' ),
);
Themeisle_Customizer_Notify::init( apply_filters( 'fifteen_customizer_notify_array', $config_customizer ) );