WC_Settings_Page::get_id()
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() WC Settings Page::get id code WC 7.5.1
public function get_id() { return $this->id; }