WC_Settings_API::admin_options()
Output the admin options table.
Description Description
Source Source
File: includes/abstracts/abstract-wc-settings-api.php
public function admin_options() { echo '<table class="form-table">' . $this->generate_settings_html( $this->get_form_fields(), false ) . '</table>'; // WPCS: XSS ok. }