內容簡介
Post Status Scheduler 可以在特定日期或時間安排文章狀態更改、新增或刪除分類/標籤和刪除文章元資料。它可以在任何文章類型上啟用,並在發布區段中顯示於文章編輯頁面上。從版本 1.0.0 開始,它具有向文章作者發送預定更新的電子郵件通知功能。
簡碼
[pss_scheduled_time post_id=””] 可以用於獲取文章的預定日期和時間。
篩選器
預定的更新:
* post_status_scheduler_before_execution
* post_status_scheduler_after_execution
電子郵件通知(版本 1.0.0):
* post_status_scheduler_email_notification_recipient_email
* post_status_scheduler_email_notification_subject
* post_status_scheduler_email_notification_date
* post_status_scheduler_email_notification_body
外掛標籤
開發者團隊
原文外掛簡介
Post Status Scheduler allows for scheduling of post status changes, category/tag adding or removing and
removing of postmeta on any given date or time. It can be activated on any post type and shows
up on the post edit screen in the publish section. From version 1.0.0 it has a feature for sending
an email notification to the post author on the scheduled update.
Shortcodes
[pss_scheduled_time post_id=””] can be used to get the post’s scheduled date and time.
Filters
Scheduled Update:
* post_status_scheduler_before_execution
* post_status_scheduler_after_execution
Email Notification ( version 1.0.0 ):
* post_status_scheduler_email_notification_recipient_email
* post_status_scheduler_email_notification_subject
* post_status_scheduler_email_notification_date
* post_status_scheduler_email_notification_body
