Forums
Home / Plugin: WP Download Codes / Needed a tweak, but otherwise very useful!
(@chrisbakeruk)
4 years, 4 months ago
Brilliant plugin!
I had to add one line of code to ‘shortcode.php’ within the admin folder.
At roughly line 66:
$wpdb->insert( dc_tbl_downloads(), array( 'code' => $code->ID, 'IP' => $IP), array( '%d', '%s') );
Other than that, seems great!