Support

Account

Home Forums ACF PRO Update post meta after creating a new custom field (ie: true/false checkboxes) Reply To: Update post meta after creating a new custom field (ie: true/false checkboxes)

  • Hi @warface

    You can make use of the update_field() function to update the post meta by passing the field’s key.

    More info on the use and application of this function can be found on the following resource page: http://www.advancedcustomfields.com/resources/update_field/