Filter: dt_auto_distribution_default_status

apply_filters( 'dt_auto_distribution_default_status', $status, $post ) → {string}

Filter the default status for auto-distributed posts.

Parameters:
Name Type Description
$status string

Default status for auto-distributed posts. Default 'publish'.

$post WP_Post

Post object for the post being pushed.

Since:
  • 2.2.0
Source:
Returns:

Default status for auto-distributed posts.

Type
string