Skip to content

Instantly share code, notes, and snippets.

@chriswagoner
Created December 29, 2021 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriswagoner/dd0cd04a420b4bde06c5f1334276bce9 to your computer and use it in GitHub Desktop.
Save chriswagoner/dd0cd04a420b4bde06c5f1334276bce9 to your computer and use it in GitHub Desktop.
ACF Fields from Group
// Get the Group
$thegroup = get_field('group_name');
// Get the Sub Field
echo $thegroup['sub_field_name'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment