Filter: wpt_tweet_this_edit

apply_filters( 'wpt_tweet_this_edit', $post_this, $_POST, $post_ID ) → {string}

Filter whether a post defaults to send updates on edit.

Parameters:
Name Type Description
$post_this string

'yes' or 'no'.

$_POST array

POST global.

$post_ID int

Post ID.

Source:
Returns:

'yes' to continue with posting.

Type
string