You are here

function uc_extra_fields_pane_uc_addresses_address_field_alter in Extra Fields Checkout Pane 6.2

Implementation of hook_uc_addresses_address_field_alter().

File

./uc_extra_fields_pane.module, line 701
Module: uc_extra_fields_pane.module

Code

function uc_extra_fields_pane_uc_addresses_address_field_alter(&$element) {
  module_load_include('inc', 'uc_extra_fields_pane', 'includes/weights');

  // Add weight to the address fields.
  _uc_extra_fields_pane_applyWeights($element);
}