wp-statuses
wp-statuses copied to clipboard
WordPress plugin to ease Custom Post Statuses integration
I have tried to work out why but as soon as the library is in installed the title of any new post, page, cpt etc is Auto Draft this happens...
* https://developer.wordpress.org/block-editor/reference-guides/packages/packages-date/#isinthefuture 
Right now the library conflicts with plugins like advanced ads that do their own meta box replacement this conflict could be avoided by checking if any custom statuses have been...
Order post type has its own "Publish box" implementation, and if we don't get out of the way, this is what happens  Thoughts on solution options? I found no...
Please try running @phpstan on raising levels. `phpstan.neon.dist` ```yaml #$ composer require --dev szepeviktor/phpstan-wordpress #$ vendor/bin/phpstan analyze -l 0 includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: level: max inferPrivatePropertyTypeFromConstructor: true paths: - wp-statuses.php...
It would be awesome to be able to hook into this function: https://github.com/imath/wp-statuses/blob/master/js/script.js#L198 If I get this right, that would enable to add "Save as Draft" also for "Save as...
Just want to add capabilities for roles to statuses I create.
If you have running the latest "Rank Math" plugin and wp-statuses, you cannot change post status of published posts. I select the "draft" status and save it, but the post...
I have a Gutenberg Block that fetches posts from a custom post type. The custom post type does have a custom status registered. The code in the block look something...
Currently if the publish post status is unregistered this function also unregisters draft and pending I think this logic should be reviewed. There are many use cases where publish may...