Support

Account

Home Forums General Issues Get a field object outside of the post context Reply To: Get a field object outside of the post context

  • I’ve discovered there’s this built-in function:

    acf_get_field('your_field_id')

    This seems to get the custom field outside of any post context.