We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4761ca commit 24152cfCopy full SHA for 24152cf
src/Registry.php
@@ -476,7 +476,7 @@ protected function get_acf_fields( $parent_field_group ): array {
476
// Then check database.
477
} else {
478
$parent_field_group_id = $parent_field_group['ID'] ?? null;
479
- $raw_fields = acf_get_raw_fields( $parent_field_group_id );
+ $raw_fields = acf_get_fields( $parent_field_group_id );
480
foreach ( $raw_fields as $raw_field ) {
481
$fields[] = $raw_field;
482
}
0 commit comments