ExportWCSettings
in package
implements
StepExporter, HasAlias
Uses
UseWPFunctions
Class ExportWCSettingsGeneral
This class exports WooCommerce settings and implements the StepExporter and HasAlias interfaces.
Interfaces, Classes and Traits
- StepExporter
- HasAlias
Table of Contents
- export() : SetSiteOptions
- Export WooCommerce settings.
- get_alias() : string
- Get the alias for this exporter.
- get_description() : string
- Return description used in the frontend.
- get_label() : string
- Return label used in the frontend.
- get_step_name() : string
- Get the name of the step.
- get_page_id() : string
- Return a page I.D to export.
Methods
export()
Export WooCommerce settings.
public
export() : SetSiteOptions
Return values
SetSiteOptions —get_alias()
Get the alias for this exporter.
public
get_alias() : string
Return values
string —get_description()
Return description used in the frontend.
public
get_description() : string
Return values
string —get_label()
Return label used in the frontend.
public
get_label() : string
Return values
string —get_step_name()
Get the name of the step.
public
get_step_name() : string
Return values
string —get_page_id()
Return a page I.D to export.
protected
abstract get_page_id() : string