WC_Settings_General::__construct()

Constructor.


Description Description


Source Source

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

	public function __construct() {
		$this->id    = 'general';
		$this->label = __( 'General', 'woocommerce' );

		parent::__construct();
	}


Top ↑

User Contributed Notes User Contributed Notes

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