WooCommerce Code Reference

ExportWCTaxRates implements StepExporter, HasAlias

Class ExportWCTaxRates

This class exports WooCommerce tax rates and implements the StepExporter interface.

Interfaces, Classes and Traits

StepExporter
HasAlias

Table of Contents

export()  : array<string|int, mixed>
Export WooCommerce tax rates.
get_alias()  : string
Get the alias.
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.
generateSteps()  : array<string|int, mixed>
Generate SQL steps for exporting data.

Methods

generateSteps()

Generate SQL steps for exporting data.

private generateSteps(string $table) : array<string|int, mixed>
Parameters
$table : string

Table identifier.

Return values
array<string|int, mixed>Array of RunSql steps.