WC_Report_Taxes_By_Code::get_chart_legend() public WC 1.0
Get the legend for the main chart sidebar.
{} Это метод класса: WC_Report_Taxes_By_Code{}
Хуков нет.
Возвращает
Массив.
Использование
$WC_Report_Taxes_By_Code = new WC_Report_Taxes_By_Code(); $WC_Report_Taxes_By_Code->get_chart_legend();
Код WC_Report_Taxes_By_Code::get_chart_legend() WC Report Taxes By Code::get chart legend WC 4.9.0
public function get_chart_legend() {
return array();
}