if( function_exists(‘acf_add_local_field_group’) ):

acf_add_local_field_group(array(
‘key’ => ‘group_630a00d10546d’,
‘title’ => ‘Trajet’,
‘fields’ => array(
array(
‘key’ => ‘field_630a022b416eb’,
‘label’ => ‘Pseudonyme’,
‘name’ => ‘pseudonyme’,
‘type’ => ‘text’,
‘instructions’ => ”,
‘required’ => 0,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
array(
‘key’ => ‘field_630a00e4416e6’,
‘label’ => ‘Type du trajet’,
‘name’ => ‘type_du_trajet’,
‘type’ => ‘select’,
‘instructions’ => ‘Trajet ponctuel
Trajet domicile-travail’,
‘required’ => 1,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘choices’ => array(
),
‘default_value’ => false,
‘allow_null’ => 1,
‘multiple’ => 0,
‘ui’ => 0,
‘return_format’ => ‘value’,
‘ajax’ => 0,
‘placeholder’ => ”,
),
array(
‘key’ => ‘field_630a0194416e7’,
‘label’ => ‘Lieu et heure de départ’,
‘name’ => ‘lieu_et_heure_de_depart’,
‘type’ => ‘text’,
‘instructions’ => ”,
‘required’ => 0,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
array(
‘key’ => ‘field_630a01f2416e8’,
‘label’ => ‘Lieu et heure d\’arrivée’,
‘name’ => ‘lieu_et_heure_darrivee’,
‘type’ => ‘text’,
‘instructions’ => ”,
‘required’ => 0,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
array(
‘key’ => ‘field_630a01fe416e9’,
‘label’ => ‘Autres lieux sur le trajet’,
‘name’ => ‘autres_lieux_sur_le_trajet’,
‘type’ => ‘text’,
‘instructions’ => ”,
‘required’ => 0,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
array(
‘key’ => ‘field_630a020b416ea’,
‘label’ => ‘Prix du trajet par passager’,
‘name’ => ‘prix_du_trajet_par_passager’,
‘type’ => ‘text’,
‘instructions’ => ”,
‘required’ => 0,
‘conditional_logic’ => 0,
‘wrapper’ => array(
‘width’ => ”,
‘class’ => ”,
‘id’ => ”,
),
‘default_value’ => ”,
‘placeholder’ => ”,
‘prepend’ => ”,
‘append’ => ”,
‘maxlength’ => ”,
),
),
‘location’ => array(
array(
array(
‘param’ => ‘user_form’,
‘operator’ => ‘==’,
‘value’ => ‘register’,
),
),
),
‘menu_order’ => 0,
‘position’ => ‘normal’,
‘style’ => ‘default’,
‘label_placement’ => ‘top’,
‘instruction_placement’ => ‘label’,
‘hide_on_screen’ => ”,
‘active’ => true,
‘description’ => ”,
‘show_in_rest’ => 0,
));

endif;