You appear to be a bot. Output may be restricted
Description
Get things started
Usage
EDD_API_Request_Log_Table::__construct();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/admin/reporting/class-api-requests-logs-list-table.php
Lines:
1 to 10 of 10
public function __construct() { global $status, $page; // Set parent defaults parent::__construct( array( 'singular' => edd_get_label_singular(), 'plural' => edd_get_label_plural(), 'ajax' => false, ) ); }