Automattic\WooCommerce\Admin\Settings
SettingsSectionInterface::get_parent_page_id
Get the parent WooCommerce settings page id.
Method of the class: SettingsSectionInterface{}
No Hooks.
Returns
String.
Usage
$SettingsSectionInterface = new SettingsSectionInterface(); $SettingsSectionInterface->get_parent_page_id(): string;
Changelog
| Since 10.9.0 | Introduced. |
SettingsSectionInterface::get_parent_page_id() SettingsSectionInterface::get parent page id code WC 11.0.1
public function get_parent_page_id(): string;