-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix status / WooCommerce conflicts caused by v1.8
Disabled the workarounds for WP edit_published_posts handling. The workarounds pertain to users with role capabilities modified to include the edit_published_posts capability but not the publish_posts capability. It has two portions: (1) allow published posts to be properly edited, (2) prevent published posts from being unpublished Workaround part (2) is the one which caused the issues through erroneous status storage. However, both parts of the workaround are disabled until further code verification and testing.
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters