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.
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.