WC_Settings_Products::output()

Output the settings.


Description Description


Source Source

File: includes/admin/settings/class-wc-settings-products.php

	public function output() {
		global $current_section;

		$settings = $this->get_settings( $current_section );

		WC_Admin_Settings::output_fields( $settings );
	}


Top ↑

User Contributed Notes User Contributed Notes

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