apply_filters( 'wpt_do_skeet', $do_skeet, $auth, $id, $text ) → {bool}
Filter the approval to send a Bluesky Skeet.
Parameters:
Name | Type | Description |
---|---|---|
$do_skeet |
bool | Return false to cancel this Skeet. |
$auth |
int | bool | Author. |
$id |
int | Post ID. |
$text |
string | Status update text. |
- Source:
Returns:
- Type
- bool