array( 'ibumu-extra' => array( 'recommended' => true, /* translators: %s: Plugin name string */ 'description' => sprintf( esc_html__( 'To take full advantage of all the features this theme has to offer, please install and activate the %s plugin.', 'ibumu' ), 'Ibumu Extra' ), ), ), /* translators: %s: Theme name */ 'recommended_plugins_title' => sprintf( esc_html__( 'Thank you for installing %s.', 'ibumu' ), 'Ibumu' ), 'install_button_label' => esc_html__( 'Install now', 'ibumu' ), 'activate_button_label' => esc_html__( 'Activate', 'ibumu' ), ); Ibumu_Customizer_Notice::init( apply_filters( 'ibumu_customizer_notice_array', $config_customizer ) );