Make a Payment

Category:

Description

if( function_exists(‘acf_add_local_field_group’) ):

acf_add_local_field_group(array(
‘key’ => ‘group_5ee0e635e13ac’,
‘title’ => ‘Woocommerce building unit agent’,
‘fields’ => array(
array(
‘key’ => ‘field_5ee0e669c369a’,
‘label’ => ‘building unit’,
‘name’ => ‘building_unitwoo’,
‘type’ => ‘text’,
‘instructions’ => ‘What building name and unit number?’,
‘required’ => 1,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
array(
‘key’ => ‘field_5ee0e7acc369b’,
‘label’ => ‘Leasing Agent’,
‘name’ => ‘leasing_agentwoo’,
‘type’ => ‘select’,
‘instructions’ => ‘Have you been working with a leasing agent?’,
‘required’ => 1,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘choices’ => array(
‘Kyle Feder’ => ‘Kyle Feder’,
‘Aaron Spurgeon’ => ‘Aaron Spurgeon’,
‘Dave Cassidy’ => ‘Dave Cassidy’,
‘Alex Hammer’ => ‘Alex Hammer’,
‘Cortney Hampton’ => ‘Cortney Hampton’,
‘Erin LaRose’ => ‘Erin LaRose’,
‘Unknown’ => ‘Unknown’,
‘No’ => ‘No’,
),
‘default_value’ => array(
),
‘allow_null’ => 1,
‘multiple’ => 0,
‘ui’ => 0,
‘return_format’ => ‘value’,
‘ajax’ => 0,
‘placeholder’ => ”,
),
),
‘location’ => array(
array(
array(
‘param’ => ‘post_type’,
‘operator’ => ‘==’,
‘value’ => ‘post’,
),
),
),
‘menu_order’ => 0,
‘position’ => ‘normal’,
‘style’ => ‘default’,
‘label_placement’ => ‘top’,
‘instruction_placement’ => ‘label’,
‘hide_on_screen’ => ”,
‘active’ => 1,
‘description’ => ”,
));

endif;