You appear to be a bot. Output may be restricted
Description
- Upgrade routine to create the customer meta table
Usage
$void = edd_v26_upgrades();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/admin/upgrades/upgrade-functions.php
Lines:
1 to 4 of 4
function edd_v26_upgrades() { @EDD()->customers->create_table(); @EDD()->customer_meta->create_table(); }