get_data(); $this->form = $data['form']; $apikey_field = $this->form->field_by_id( 'apikey' ); $js_options = array( 'apiKey' => $apikey_field->get_value(), ); wp_localize_script( 'cf7-connector-mailchimp-panel', 'ARI_CF7C_CF7_MAILCHIMP', $js_options ); App_Helper::add_message( 'mailchimp_remove_list', __( 'Do you want to remove the selected list section?', 'contact-form-7-connector' ) ); parent::display( $tmpl ); } }