Support

Account

Home Forums ACF PRO acf add local field to flexible content Reply To: acf add local field to flexible content

  • i realize the values are not outputting on the frontend. how would i output the value of

    acf_add_local_field(
          array (
          'key' => 'field_5237950f6c6e4',
          'label' => 'url',
          'name' => 'img_link_url',
          'type' => 'text',
          'parent' => 'field_repeatable_key',
          )
        );

    (keep in mind this is a field within a repeater) on the frontend