
內容簡介
總結:Beckin Post Notes 為編輯人員提供一個快速、私密的方式,在他們工作的地方附加註釋到單獨的文章/頁面上,註釋以文章元資料的形式存儲,僅對能夠編輯文章的使用者可見。
1. 這個外掛的獨特之處在於大多數"註釋"外掛添加全域儀表板註釋,而這個外掛是情境化的 - 註釋存儲在文章或頁面本身,並顯示在列表中。
2. 無任何雜亂: 沒有管理員選單,沒有持續性橫幅,沒有資料庫表。
3. 乾淨規範: 經過消毒處理的輸入,驗證,權限檢查,無直接 SQL。
功能:
- 自動標記側邊元框(例如“文章註釋”或“頁面註釋”)。
- 列表表格中有一個“註釋”列,當存在一個註釋時會出現🗒️ 標誌。
- 新的過濾下拉菜單: 快速顯示只有註釋或沒有註釋的文章。
- 只有能夠編輯文章的使用者可以查看或編輯其註釋。
- 可擴展性: 使用 beckin_postnotes_supported_post_types 來啟用自訂文章類型的註釋。
問題與答案:
1. Beckin Post Notes 提供了編輯人員附加註釋到單獨文章/頁面上的什麼樣的方式?
- 快速、私密的方式
2. 這個外掛與其他外掛的獨特之處在於什麼?
- 其情境化的設計,將註釋存儲在文章或頁面本身並顯示在列表中
3. Beckin Post Notes 提供的功能中哪一項可以快速顯示帶有或沒有註釋的文章?
- 新的過濾下拉菜單
4. 誰可以查看或編輯文章的註釋?
- 只有能夠編輯文章的使用者可以查看或編輯其註釋。
外掛標籤
開發者團隊
原文外掛簡介
Beckin Post Notes gives editors a fast, private way to attach notes to individual posts, pages, and custom post types, right where they work. Notes are stored as post meta and only visible to users who can edit the post.
Why it’s unique
1. Most “notes” plugins add global dashboard notes. This one is contextual, notes live on the post or page itself and appear in the list table.
2. Zero clutter: no admin menus, no persistent banners, no database tables.
3. Clean and compliant: sanitized input, nonces, capability checks, no direct SQL.
Features
– Side metabox labeled automatically (e.g. “Post Note” or “Page Note”).
– “Note” column in the list table with a note 📝 icon when a note exists.
– New filter dropdown: quickly show only posts with or without notes.
– Only users who can edit the post can view or edit its note.
– Extendable: use beckin_postnotes_supported_post_types to enable notes on custom post types.
Extendable Example:
Simply add a small snippet of code in a theme or by using a code snippet plugin
add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) );
🌟 Like our plugin? Find it useful? Please consider sharing your experience by leaving a review on WordPress.org. Your feedback is instrumental to shaping our future growth!
