'glm-member-db-billing-get-fields',
function( $content ){
return array(
- 'renewal_date' => 'Renewal Date',
- 'billing_fname' => 'Billing First Name',
- 'billing_lname' => 'Billing Last Name',
- 'billing_addr1' => 'Billing Address 1',
- 'billing_addr2' => 'Billing Address 2',
- 'billing_city' => 'Billing City',
- 'billing_state' => 'Billing State',
- 'billing_zip' => 'Billing Zip',
- 'billing_country' => 'Billing Country',
- 'billing_phone' => 'Billing Phone',
- 'billing_fax' => 'Billing Fax',
+ 'anniversary_date' => 'Anniversary Date',
+ 'renewal_date' => 'Renewal Date',
+ 'billing_fname' => 'Billing First Name',
+ 'billing_lname' => 'Billing Last Name',
+ 'billing_addr1' => 'Billing Address 1',
+ 'billing_addr2' => 'Billing Address 2',
+ 'billing_city' => 'Billing City',
+ 'billing_state' => 'Billing State',
+ 'billing_zip' => 'Billing Zip',
+ 'billing_country' => 'Billing Country',
+ 'billing_phone' => 'Billing Phone',
+ 'billing_fax' => 'Billing Fax',
);
}, 10, 1
);