You appear to be a bot. Output may be restricted
Description
Get things started
Usage
EDD_Payment_History_Table::__construct();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/admin/payments/class-payments-table.php
Lines:
1 to 15 of 15
public function __construct() { global $status, $page; // Set parent defaults parent::__construct( array( 'singular' => edd_get_label_singular(), 'plural' => edd_get_label_plural(), 'ajax' => false, ) ); $this->get_payment_counts(); $this->process_bulk_action(); $this->base_url = admin_url( 'edit.php?post_type=download&page=edd-payment-history' ); }