Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subversal
/
video
/
wp-content
/
wp-includes
/
wp-includes
/
wp-includes
/
wp-content
/
themes
/
avril
/
inc
/
customize
:
customizer_recommended_plugin.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* Notifications in customizer */ require get_template_directory() . '/inc/customizer-notify/avril-customizer-notify.php'; $avril_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.', 'avril')), ), ), 'recommended_actions' => array(), 'recommended_actions_title' => esc_html__( 'Recommended Actions', 'avril' ), 'recommended_plugins_title' => esc_html__( 'Recommended Plugin', 'avril' ), 'install_button_label' => esc_html__( 'Install and Activate', 'avril' ), 'activate_button_label' => esc_html__( 'Activate', 'avril' ), 'avril_deactivate_button_label' => esc_html__( 'Deactivate', 'avril' ), ); Avril_Customizer_Notify::init( apply_filters( 'avril_customizer_notify_array', $avril_config_customizer ) ); ?>