Support

Account

Home Forums General Issues get_field not loading values Reply To: get_field not loading values

  • I made a litte bug search. And I tried to query the variable manually.

    
    get_field('kgk_dossier_2', 'option')
    Output: 618
    ----
    get_option('options_kgk_dossier_2', null);
    Output: "29"
    

    I dont get it… :/