ÿØÿÛ C 

ÿØÿÛ C 

<?php
/* Notifications in customizer */


require get_template_directory() . '/inc/customizer/customizer-notice/customizer-notify.php';
$marin_config_customizer = array(
	'recommended_plugins'       => array(
		'marin-companion' => array(
			'recommended' => true,
			'description' => sprintf(__('Install and activate <strong>Marin Companion</strong> plugin for taking full advantage of all the features this theme has to offer.', 'marin')),
		),
	),
	'recommended_actions'       => array(),
	'recommended_actions_title' => esc_html__( 'Recommended Actions', 'marin' ),
	'recommended_plugins_title' => esc_html__( 'Recommended Plugin', 'marin' ),
	'install_button_label'      => esc_html__( 'Install and Activate', 'marin' ),
	'activate_button_label'     => esc_html__( 'Activate', 'marin' ),
	'marin_deactivate_button_label'   => esc_html__( 'Deactivate', 'marin' ),
);
marin_Customizer_Notify::init( apply_filters( 'marin_customizer_notify_array', $marin_config_customizer ) );
?>