This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// To re-import ACF settings from acf_add_local_field_group() into the ACF wp-admin GUI | |
$group_key = 'group_111222333'; // This must match the key as defined at the top of acf_add_local_field_group() | |
//After the field group is completely set up, get the field group. | |
$group = acf_get_field_group($group_key); | |
// then get the fields for the group |