Automattic\WooCommerce\Internal\Admin\ProductReviews

ReviewsListTable::get_primary_column_name()protectedWC 1.0

Gets the name of the default primary column.

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

Хуков нет.

Возвращает

Строку. Name of the primary colum.

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

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

Код ReviewsListTable::get_primary_column_name() WC 8.7.0

protected function get_primary_column_name() : string {
	return 'comment';
}