[WordPress] 外掛分享: Presswell Publication Schedule

首頁外掛目錄 › Presswell Publication Schedule
WordPress 外掛 Presswell Publication Schedule 的封面圖片
10+
安裝啟用
尚無評分
3 天前
最後更新
問題解決
WordPress 6.0+ v1.1.0 上架:2017-12-08

內容簡介

Presswell 出版排程外掛提供準確、自動化的控制,讓您可以精確地控制新文章的發佈頻率,是確保一致的編輯日曆的完美解決方案。只需配置文章發佈的日期和時間,新文章就會自動排定到下一個可用的時間槽中。

功能

基於簡單的日期和時間規則自動排定文章發佈
管理員和編輯可以覆蓋預定日期
管理員和編輯可立即發佈文章

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Presswell Publication Schedule」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Presswell Publication Schedule adds precise, automated control over how often new posts are published, and is the perfect solution for ensuring a consistent editorial calendar. Configure the days and times when posts should be published, and new posts will be automatically scheduled for the next available time slot.
Features

Automatically schedule posts based on simple day and time rules
Ability to override scheduled date for Admins and Editors
‘Publish Now’ actions for Admins and Editors

Documentation
Filters

pwps_manage_caps – Filter the capability list used to determine who can use schedule override and “Publish now” actions.

The filter receives an array of capabilities. Access is granted when the current user has at least one capability in the array.
Example:
`

add_filter( ‘pwps_manage_caps’, function( $caps ) {
$caps[] = ‘manage_publication_schedule’;
return array_unique( $caps );
} );
`

延伸相關外掛

文章
Filter
Apply Filters
Mastodon