Support

Account

Home Forums Backend Issues (wp-admin) Field updates AFTER post update Reply To: Field updates AFTER post update

  • when using $_POST[‘acf’] you need to use field keys instead of field names

    
    $_POST['acf']['field_XXXXXXX']