Support

Account

Home Forums General Issues get_field returning null after update Reply To: get_field returning null after update

  • Also (maybe it makes a difference), my custom fields are for a site Option Page, not custom post fields…

    https://www.advancedcustomfields.com/resources/options-page/

    so I’m calling their values this way:

    $variable = get_field(‘field_name’, ‘option’);