Skip to content

Instantly share code, notes, and snippets.

@dgoze
Forked from besimhu/ACF Post Meta - Options.php
Created April 30, 2016 05:11
Show Gist options
  • Select an option

  • Save dgoze/42efa410615e550681ad01af0879fd21 to your computer and use it in GitHub Desktop.

Select an option

Save dgoze/42efa410615e550681ad01af0879fd21 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