-
-
Save dgoze/42efa410615e550681ad01af0879fd21 to your computer and use it in GitHub Desktop.
Get ACF options without using ACF functions.
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 | |
| $acf_field_one = get_option( 'options_acf_field_one' ); | |
| $acf_field_two = get_option( 'options_acf_field_two' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment