You appear to be a bot. Output may be restricted
Description
Retrieve the URL to the payments list table
Usage
$string = EDD_Batch_Payments_Import::get_list_table_url();
Parameters
Returns
string
Source
File name: easy-digital-downloads/includes/admin/import/class-batch-import-payments.php
Lines:
1 to 3 of 3
public function get_list_table_url() { return admin_url( 'edit.php?post_type=download&page=edd-payment-history' ); }