Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created September 22, 2017 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save domantasg/f466cb021336be400ee398422200bb08 to your computer and use it in GitHub Desktop.
Save domantasg/f466cb021336be400ee398422200bb08 to your computer and use it in GitHub Desktop.
// Display field value
the_field( 'FIELD NAME' );
// Return field value
get_field( 'FIELD NAME' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment