You appear to be a bot. Output may be restricted
Description
Gets the name of the primary column.
Usage
$string = EDD_Payment_History_Table::get_primary_column_name();
Parameters
Returns
string Name of the primary column.
Source
File name: easy-digital-downloads/includes/admin/payments/class-payments-table.php
Lines:
1 to 3 of 3
protected function get_primary_column_name() { return 'ID'; }