View gist:973c0c6145542d0c22a0d13b26005d20
This file contains 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
//check that acf pro is installed | |
if(function_exists('acf_get_field_groups')): | |
//array with ACF field groups | |
$aGroups = acf_get_field_groups(); | |
foreach($aGroups as $aGroup): | |
echo '<pre>'; | |
//show group info |