Automattic\WooCommerce\Admin\API\Reports
DataStore::assign_report_columns
Assign report columns once full table name has been assigned.
Метод класса: DataStore{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->assign_report_columns();
Код DataStore::assign_report_columns() DataStore::assign report columns WC 9.9.3
protected function assign_report_columns() {}