Filter: dt_distributable_post_statuses

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 publish.

Source:
Returns:

Post statuses that are distributable.

Type
array