Property | Type | Description | |
---|---|---|---|
$per_page | integer | Number of results to show per page |
Method | Description | |
---|---|---|
__construct ( ) | Get things started | |
bulk_actions ( $which = '' ) : void | Outputs the log views | |
column_default ( array $item, string $column_name ) : string | This function renders most of the columns in the list table. | |
get_columns ( ) : array | Retrieve the table columns | |
get_filtered_give_form ( ) : integer | Retrieves the ID of the give_form we're filtering logs by | |
get_filtered_user ( ) : mixed | Retrieves the user we are filtering logs by, if any | |
get_logs ( ) : array | Gets the log entries for the current view | |
get_meta_query ( ) : array | Gets the meta query for the log query | |
get_paged ( ) : integer | Retrieve the current page number | |
get_search ( ) : mixed | Retrieves the search query string | |
give_forms_filter ( ) : void | Sets up the forms filter | |
prepare_items ( ) : void | Setup the final data for the table |
Method | Description | |
---|---|---|
display_tablenav ( string $which ) | Display Tablenav (extended) |
public bulk_actions ( $which = '' ) : void | ||
return | void |
public get_columns ( ) : array | ||
return | array | $columns Array of all the list table columns |
public get_filtered_give_form ( ) : integer | ||
return | integer | Download ID |
public get_filtered_user ( ) : mixed | ||
return | mixed | int If User ID, string If Email/Login |
public get_meta_query ( ) : array | ||
return | array | $meta_query |
public get_search ( ) : mixed | ||
return | mixed | string If search is present, false otherwise |
public give_forms_filter ( ) : void | ||
return | void |
public prepare_items ( ) : void | ||
return | void |