-
Notifications
You must be signed in to change notification settings - Fork 20
mastodon_api_status
github-actions[bot] edited this page Dec 11, 2025
·
3 revisions
add_filter(
'mastodon_api_status',
function(
$ret,
$ID
) {
// Your code here.
return $ret;
},
10,
2
);$ret-
$IDOther variable names:$post_id
apply_filters( 'mastodon_api_status', null, $last_status->ID )apply_filters( 'mastodon_api_status', null, $post_id )