EDD_Payment_History_Table
Description Description
Renders the Payment History table on the Payment History page
Source Source
File: includes/admin/payments/class-payments-table.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |
Methods Methods
- __construct — Get things started
- advanced_filters
- column_cb — Render the checkbox column
- column_customer — Render the Customer Column
- column_default — This function renders most of the columns in the list table.
- column_email — Render the Email Column
- column_ID — Render the ID column
- get_bulk_actions — Retrieve the bulk actions
- get_columns — Retrieve the table columns
- get_payment_counts — Retrieve the payment counts
- get_primary_column_name — Gets the name of the primary column.
- get_sortable_columns — Retrieve the table's sortable columns
- get_views — Retrieve the view types
- payments_data — Retrieve all the data for all the payments
- prepare_items — Setup the final data for the table
- process_bulk_action — Process the bulk actions
- search_box — Show the search field