Filter: wpt_do_tweet

apply_filters( 'wpt_do_tweet', $do_tweet, $auth, $id, $twit ) → {bool}

Filter the approval to send a Tweet.

Parameters:
Name Type Description
$do_tweet bool

Return false to cancel this Tweet.

$auth int | bool

Author.

$id int

Post ID.

$twit string

Tweet text.

Source:
Returns:
Type
bool