WC_Settings_General::save()

Save settings.


Description Description


Source Source

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

	public function save() {
		$settings = $this->get_settings();

		WC_Admin_Settings::save_fields( $settings );
	}


Top ↑

User Contributed Notes User Contributed Notes

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