Skip to content

Instantly share code, notes, and snippets.

@besimhu
Created July 24, 2015 13:13
Show Gist options
  • Save besimhu/e1c6a12e1fb04032a08c to your computer and use it in GitHub Desktop.
Save besimhu/e1c6a12e1fb04032a08c to your computer and use it in GitHub Desktop.
Get ACF options without using ACF functions.
<?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