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