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