Download the PHP package frozzare/wp-extended-post-status without Composer
On this page you can find all versions of the php package frozzare/wp-extended-post-status. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-extended-post-status
Extended Post Status
Requires PHP 5.5.9
A library which provides extended functionality to WordPress post type statuses.
Installation
Example
Documentation
$post_status
is the name of the post status.$args
is a array of arguments for this post status, the same as forregister_post_status
pluspost_type
argument, which should be array or string of post types where post status should be registered ('any' can also be passed).$names
is a array ofsingular
andplural
that is used as names forlabel_count
if empty.
Differences from register_post_status
arguments:
public
hastrue
as default value instead offalse
show_in_admin_status_list
hastrue
as default value instead offalse
License
MIT © Fredrik Forsmo
All versions of wp-extended-post-status with dependencies
PHP Build Version
Package Version
The package frozzare/wp-extended-post-status contains the following files
Loading the files please wait ....