Filter: wpt_do_toot

apply_filters( 'wpt_do_toot', $do_toot, $auth, $id, $text ) → {bool}

Filter the approval to send a Mastodon Toot.

Parameters:
Name Type Description
$do_toot bool

Return false to cancel this Toot.

$auth int | bool

Author.

$id int

Post ID.

$text string

Status update text.

Source:
Returns:
Type
bool