WC_Admin_Report::get_chart_legend()publicWC 1.0

Get the legend for the main chart sidebar.

Метод класса: WC_Admin_Report{}

Хуков нет.

Возвращает

Массив.

Использование

$WC_Admin_Report = new WC_Admin_Report();
$WC_Admin_Report->get_chart_legend();

Код WC_Admin_Report::get_chart_legend() WC 9.4.2

public function get_chart_legend() {
	return array();
}