如果自定義表單,修改字段后,不能更新。請看看有什么問題,謝謝
JustNews主題中,用戶中心插件表單中的Form Builder不能觸發(fā)更新操作
3個回復(fù)
-
-
shu
大概是UM bug。
Cannot assign an empty string to a string offset in /wp-content/plugins/ultimate-member/admin/core/um-admin-actions-fields.php on line 29
um-admin-actions-fields.php 中
$save = '';改成 $save = array(); 就可以更新了。
8年前 我來評論 -