Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettings::get_page_id
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() ExportWCSettings::get page id code WC 9.9.5
abstract protected function get_page_id(): string;