SettingsSectionUIPageProviderInterface
in
Optional contract for registered sections that provide a native Settings UI page.
Tags
Table of Contents
- get_settings_ui_page() : SettingsUIPageInterface|null
- Get the native Settings UI page for this registered section.
Methods
get_settings_ui_page()
Get the native Settings UI page for this registered section.
public
get_settings_ui_page(WC_Settings_Page $parent_page) : SettingsUIPageInterface|null
Return null to use the default registered section adapter.
Parameters
- $parent_page : WC_Settings_Page
-
Parent settings page.
