-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_filter_bluesky_status
github-actions[bot] edited this page Jun 20, 2026
·
3 revisions
Filter status array for Bluesky.
add_filter(
'wpt_filter_bluesky_status',
function(
array $status,
int $post,
int|bool $auth
) {
// Your code here.
return $status;
},
10,
3
);-
array$statusArray of parameters sent to Bluesky. -
int$postPost ID being tweeted. -
int|bool$authAuthoring context.
array
apply_filters( 'wpt_filter_bluesky_status', $status, $post_ID, $auth )