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-mailerlite-panel', 'ARI_CF7C_CF7_MAILERLITE', $js_options ); parent::display( $tmpl ); } }