Filter: wpt_do_toot

apply_filters( 'wpt_do_toot', bool, int|bool, int, string )

Filter the approval to send a Mastodon Toot.

Parameters:
Name Type Description
bool

$do_toot Return false to cancel this Toot.

int|bool

$auth Author.

int

$id Post ID.

string

$text Status update text.

Source:
Returns:

bool