apply_filters( ‘nelio_content_can_use_post_status’, boolean $available , string $status , string $post_type )
Filters whether current user can set this status or not.
Parameters
- $available boolean
(Required) whether current user can set this status or not.
- $status string
(Required) status slug.
- $post_type string
(Required) post type.
Source
Changelog
Version | Description |
---|---|
2.3.5 | Introduced. |