WC_Settings_Page::get_id
Get settings page ID.
Method of the class: WC_Settings_Page{}
No Hooks.
Returns
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() WC Settings Page::get id code WC 10.8.1
public function get_id() {
return $this->id;
}