Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
add_action( 'acf/include_fields', function() {
if ( ! function_exists( 'acf_add_local_field_group' ) ) {
return;
}
acf_add_local_field_group( array(
'key' => 'group_65a98e4e45506',
'title' => 'MePAtool Business',
'fields' => array(
array(
'key' => 'field_65a98e4f88a41',
'label' => 'MePAtool BASIC',
'name' => 'mepatool_basic',
'aria-label' => '',
'type' => 'text',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'formula' => '',
'calculated_format' => '',
'blank_if_zero' => 0,
'readonly' => 1,
'only_front' => 0,
'frontend_admin_display_mode' => 'read_only',
'no_values_message' => '',
'default_value' => '',
'maxlength' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
array(
'key' => 'field_65a98eac88a42',
'label' => 'MePAtool FULL',
'name' => 'mepatool_full',
'aria-label' => '',
'type' => 'text',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'formula' => '',
'calculated_format' => '',
'blank_if_zero' => 0,
'readonly' => 1,
'only_front' => 0,
'frontend_admin_display_mode' => 'read_only',
'no_values_message' => '',
'default_value' => '',
'maxlength' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
),
'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' => true,
'description' => '',
'show_in_rest' => 0,
'no_values_message' => '',
) );
} );