WC_Admin_Report::get_chart_legend()
Get the legend for the main chart sidebar.
Method of the class: WC_Admin_Report{}
No Hooks.
Return
Array
.
Usage
$WC_Admin_Report = new WC_Admin_Report(); $WC_Admin_Report->get_chart_legend();
WC_Admin_Report::get_chart_legend() WC Admin Report::get chart legend code WC 9.7.1
public function get_chart_legend() { return array(); }