WC_Settings_Page::get_id()publicWC 3.0.0

Get settings page ID.

Method of the class: WC_Settings_Page{}

No Hooks.

Return

String.

Usage

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

Changelog

Since 3.0.0 Introduced.

WC_Settings_Page::get_id() code WC 8.7.0

public function get_id() {
	return $this->id;
}