Support

Account

Home Forums Backend Issues (wp-admin) How to retrieve field type keys and default values? Reply To: How to retrieve field type keys and default values?

  • If you use the field key get when calling any of the acf function the default value will be returned.

    
    get_field('field_XXXXX');