Support

Account

Home Forums General Issues Get choices from field without post_id Reply To: Get choices from field without post_id

  • Hi @sil3ntone

    I believe you can do it like this:

    $field = acf_get_field('field_1234567890');

    Where ‘field_1234567890’ is the field key of your custom field.

    I hope this helps.