Support

Account

Home Forums ACF PRO Default value is not displayed in the options page Reply To: Default value is not displayed in the options page

  • Hi @ibridge

    Thanks for the bug report. I’ll have this bug fixed in the next update 5.0.3

    For now, please make this manual change (api/api-value:line 83):
    $v = get_option( "{$post_id}_{$field['name']}", null );

    Cheers
    E