WC_Settings_Advanced::__construct()

Constructor.


Description Description


Source Source

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

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

		parent::__construct();
		$this->notices();
	}


Top ↑

User Contributed Notes User Contributed Notes

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