Filter: wpt_service_enabled

apply_filters( 'wpt_service_enabled', $send_to, $post_ID, $service ) → {bool}

Filter whether a given post should be sent to a specific service.

Parameters:
Name Type Description
$send_to bool

True to send to a service.

$post_ID int

Post ID.

$service string

Service ID.

Source:
Returns:
Type
bool