| 开发者 |
presswell
benplum |
|---|---|
| 更新时间 | 2026年5月1日 01:11 |
| PHP版本: | 6.0 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
pwps_manage_caps - Filter the capability list used to determine who can use schedule override and "Publish now" actions.add_filter( 'pwps_manage_caps', function( $caps ) {
$caps[] = 'manage_publication_schedule';
return array_unique( $caps );
} );
wp-content/plugins/.
Configuration
You may want to avoid having new content publish during times of low user engagement, such as overnight or weekends. The plugin will ensure your editorial calendar is consistent and predictable.
When a new post is saved, the plugin will check all previously scheduled posts against the publication schedule and update the new post's publish date to the next available time slot.
Yes. Admins and Editors can use "Publish now" to publish a post immediately, or manually override the scheduled date on the Post and Quick Edit screens. Authors do not have the ability to set a custom date.
The time slot that the post was originally scheduled for is freed and becomes available for the next new post. Posts already scheduled will not be modified.