WC_Settings_Page::get_label()publicWC 3.0.0

Get settings page label.

Method of the class: WC_Settings_Page{}

No Hooks.

Return

String.

Usage

$WC_Settings_Page = new WC_Settings_Page();
$WC_Settings_Page->get_label();

Changelog

Since 3.0.0 Introduced.

WC_Settings_Page::get_label() code WC 8.7.0

public function get_label() {
	return $this->label;
}