Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_page_idprotectedWC 1.0

Return a page I.D to export.

Method of the class: ExportWCSettings{}

No Hooks.

Returns

String. The page ID.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_page_id(): string;

ExportWCSettings::get_page_id() code WC 9.9.5

abstract protected function get_page_id(): string;