WC_Settings_Products::get_settings_ui_pagepublicWC 10.9.0

Get the settings UI page adapter for this settings page.

Method of the class: WC_Settings_Products{}

No Hooks.

Returns

SettingsUIPageInterface|null.

Usage

$WC_Settings_Products = new WC_Settings_Products();
$WC_Settings_Products->get_settings_ui_page(): ?SettingsUIPageInterface;

Changelog

Since 10.9.0 Introduced.

WC_Settings_Products::get_settings_ui_page() code WC 10.9.1

public function get_settings_ui_page(): ?SettingsUIPageInterface {
	return new ProductsSettingsPageAdapter( $this );
}