Filter: wpt_tweet_this_edit

apply_filters( 'wpt_tweet_this_edit', string, array, int )

Filter whether a post defaults to send updates on edit.

Parameters:
Name Type Description
string

$post_this 'yes' or 'no'.

array

$_POST POST global.

int

$post_ID Post ID.

Source:
Returns:

string 'yes' to continue with posting.