Add Field Date of Birth – register page
WP-Members Add date-of-birth field to my-account / account detail page /* add date of birth field account detail page */// Add field – my accountfunction action_woocommerce_edit_account_form() {woocommerce_form_field( ‘date_of_birth’, array(‘type’ =>…