Property | Type | Description | |
---|---|---|---|
$abandoned_count | integer | Total number of abandoned payments | |
$base_url | string | URL of this page | |
$cancelled_count | integer | Total number of cancelled payments | |
$complete_count | integer | Total number of complete payments | |
$failed_count | integer | Total number of failed payments | |
$pending_count | integer | Total number of pending payments | |
$per_page | string | Number of results to show per page | |
$refunded_count | integer | Total number of refunded payments | |
$revoked_count | integer | Total number of revoked payments | |
$total_count | integer | Total number of payments |
Method | Description | |
---|---|---|
__construct ( ) | Get things started. | |
advanced_filters ( ) | ||
column_cb ( Give_Payment $payment ) : string | Get checkbox html. | |
column_default ( Give_Payment $payment, string $column_name ) : string | This function renders most of the columns in the list table. | |
get_bulk_actions ( ) : array | Retrieve the bulk actions | |
get_columns ( ) : array | Retrieve the table columns | |
get_donor ( Give_Payment $payment ) : string | Get donor html. | |
get_donor_email ( Give_Payment $payment ) : string | Get donor email html. | |
get_payment_counts ( ) : void | Retrieve the payment counts | |
get_payment_id ( Give_Payment $payment ) : string | Get payment ID html. | |
get_payment_status ( Give_Payment $payment ) : string | Get payment status html. | |
get_row_actions ( $payment ) : mixed | void | Get Row Actions | |
get_sortable_columns ( ) : array | Retrieve the table's sortable columns | |
get_views ( ) : array | Retrieve the view types | |
payments_data ( ) : object | Retrieve all the data for all the payments. | |
prepare_items ( ) : void | Setup the final data for the table | |
process_bulk_action ( ) : void | Process the bulk actions | |
search_box ( string $text, string $input_id ) : void | Show the search field |
Method | Description | |
---|---|---|
get_primary_column_name ( ) : string | Gets the name of the primary column. |
public column_default ( Give_Payment $payment, string $column_name ) : string | ||
$payment | Give_Payment | Payment ID. |
$column_name | string | The name of the column |
return | string | Column Name |
public get_bulk_actions ( ) : array | ||
return | array | $actions Array of the bulk actions |
public get_columns ( ) : array | ||
return | array | $columns Array of all the list table columns |
public get_donor_email ( Give_Payment $payment ) : string | ||
$payment | Give_Payment | Contains all the data of the payment |
return | string | Data shown in the Email column |
public get_payment_counts ( ) : void | ||
return | void |
public get_payment_id ( Give_Payment $payment ) : string | ||
$payment | Give_Payment | Contains all the data for the checkbox column |
return | string | Displays a checkbox |
public get_payment_status ( Give_Payment $payment ) : string | ||
$payment | Give_Payment | Contains all the data of the payment |
return | string | Data shown in the Email column |
protected get_primary_column_name ( ) : string | ||
return | string | Name of the primary column. |
public get_row_actions ( $payment ) : mixed | void | ||
return | mixed | void |
public get_sortable_columns ( ) : array | ||
return | array | Array of all the sortable columns |
public payments_data ( ) : object | ||
return | object | all the data for the payments |
public prepare_items ( ) : void | ||
return | void |
public process_bulk_action ( ) : void | ||
return | void |
public int $abandoned_count | ||
return | integer |
public int $cancelled_count | ||
return | integer |
public int $complete_count | ||
return | integer |
public int $failed_count | ||
return | integer |
public int $pending_count | ||
return | integer |
public string $per_page | ||
return | string |
public int $refunded_count | ||
return | integer |
public int $revoked_count | ||
return | integer |