-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_conversation
github-actions[bot] edited this page Mar 26, 2026
·
12 revisions
add_filter(
'mastodon_api_conversation',
function (
$ret,
$id
) {
// Your code here
return $ret;
},
10,
2
);$ret$id
apply_filters( 'mastodon_api_conversation', null, $id )apply_filters( 'mastodon_api_conversation', null, $id )