apply_filters( 'dt_distributable_post_statuses', $statuses ) → {array}
Filter the post statuses that are allowed to be distributed.
By default only published posts can be distributed.
Parameters:
Name | Type | Description |
---|---|---|
$statuses |
array | Post statuses that are distributable. Default |
Returns:
Post statuses that are distributable.
- Type
- array