Automattic\WooCommerce\Admin\API\Reports

DataStore::assign_report_columnsprotectedWC 1.0

Assign report columns once full table name has been assigned.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->assign_report_columns();

Код DataStore::assign_report_columns() WC 9.9.3

protected function assign_report_columns() {}