EDD_API_Request_Log_Table
EDD_API_Request_Log_Table List Table Class
Description Description
Renders the gateway errors list table
Source Source
File: includes/admin/reporting/class-api-requests-logs-list-table.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |
Methods Methods
- __construct — Get things started
- bulk_actions — Outputs the log views
- column_default — This function renders most of the columns in the list table.
- column_details — Output Error Message column
- get_columns — Retrieve the table columns
- get_logs — Gets the log entries for the current view
- get_meta_query — Gets the meta query for the log query
- get_paged — Retrieve the current page number
- get_primary_column_name — Gets the name of the primary column.
- get_search — Retrieves the search query string
- has_items — Since our "bulk actions" are navigational, we want them to always show, not just when there's items
- prepare_items — Setup the final data for the table
- search_box — Show the search field