Support

Account

Home Forums ACF PRO Get field values by group Reply To: Get field values by group

  • Hi @zestsms

    Yes, ACF PRO contains functions within the api-field.php and api-field-group.php files to load field groups and their fields, from there, you can load the value using the api-value.php acf_get_value( $post_id, $field ) function.

    Are the fields within the DB, JSON or PHP?