Support

Account

Home Forums Backend Issues (wp-admin) One default value for a PostObject Reply To: One default value for a PostObject

  • Hi @patjaboo

    You can take a look at the acf/load_field filter that makes it possible to modify field settings before the field is loaded. You can then create some logic to set a value if the field does not contain a value.

    https://www.advancedcustomfields.com/resources/acf-load_field/