Support

Account

Home Forums ACF PRO True/False Field only exists when \"true\"? Reply To: True/False Field only exists when \"true\"?

  • Hey John,

    Solved my issues, noticed that update_field() does not work unless it exists. Of course, the field does not exist until something is done with it.

    I used the standard update_meta() instead which works fine.