You appear to be a bot. Output may be restricted
Description
Retrieves the ID of the download we're filtering logs by
Usage
$int = EDD_File_Downloads_Log_Table::get_filtered_download();
Parameters
Returns
int Download ID
Source
File name: easy-digital-downloads/includes/admin/reporting/class-file-downloads-logs-list-table.php
Lines:
1 to 3 of 3
public function get_filtered_download() { return ! empty( $_GET['download'] ) ? absint( $_GET['download'] ) : false; }