You appear to be a bot. Output may be restricted
Description
Render the ID column
Usage
$string = EDD_Payment_History_Table::column_ID( $payment );
Parameters
- $payment
- ( array ) required – Contains all the data for the checkbox column
Returns
string Displays a checkbox
Source
File name: easy-digital-downloads/includes/admin/payments/class-payments-table.php
Lines:
1 to 3 of 3
public function column_ID( $payment ) { return edd_get_payment_number( $payment->ID ); }