apply_filters( 'wpt_do_tweet', bool, int|bool, int, string )
Filter the approval to send a Tweet.
Parameters:
| Name | Type | Description |
|---|---|---|
bool |
$do_tweet Return false to cancel this Tweet. |
|
int|bool |
$auth Author. |
|
int |
$id Post ID. |
|
string |
$twit Tweet text. |
- Source:
Returns:
bool