apply_filters( 'wpt_service_enabled', bool, int, string )
Filter whether a given post should be sent to a specific service.
Parameters:
| Name | Type | Description |
|---|---|---|
bool |
$send_to True to send to a service. |
|
int |
$post_ID Post ID. False if checking globally. |
|
string |
$service Service ID. |
- Source:
Returns:
bool