
內容簡介
這個外掛基於 WordPress 的 WP_List_Table 建立一個「聯絡人清單」,並實現外掛程式開發時使用的資料庫 CRUD(Create、Read、Update、Delete)操作。
此外掛會建立包含姓名、姓氏、電子郵件、電話、地址和備註等欄位的清單。
地址和備註欄位中每個項目的字元數限制為 250 字元。
以表格清單方式呈現資料有以下幾個優點:
1.保持 WordPress 核心 UI 的一致性
2.不需要自訂 CSS
3.相較於自訂介面需要更少的開發時間。
欲了解更多訊息,請參考 WordPress Codex 中的 WP_List_Tables 頁面。
外掛標籤
開發者團隊
原文外掛簡介
This plugin creates a “Contacts List” based on WordPress WP_List_Table with database CRUD (Create, Read, Update, Delete) operations for plugin development.
The plugin creates a list with Name, Last Name, E-mail, Phone, Address and Notes.
Address and Notes have a maximum of 250 characters.
There are several great reasons to display your data in a list table like these:
1.Stays true to the WordPress core UI
2.Requires zero custom CSS
3.Takes less time to create than custom interfaces
For more information, please visit the WP_List_Tables page in the WordPress Codex.
