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