Automattic\WooCommerce\Admin\Settings
SettingsSection::get_settings_ui_page
Get the native Settings UI page for this registered section.
Method of the class: SettingsSection{}
No Hooks.
Returns
SettingsUIPageInterface|null.
Usage
$SettingsSection = new SettingsSection(); $SettingsSection->get_settings_ui_page( $parent_page ): ?SettingsUIPageInterface;
- $parent_page(WC_Settings_Page) (required)
- Parent settings page.
Changelog
| Since 11.0.0 | Introduced. |
SettingsSection::get_settings_ui_page() SettingsSection::get settings ui page code WC 11.0.1
public function get_settings_ui_page( \WC_Settings_Page $parent_page ): ?SettingsUIPageInterface {
return null;
}