Created
September 22, 2017 10:14
-
-
Save domantasg/f466cb021336be400ee398422200bb08 to your computer and use it in GitHub Desktop.
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
// 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