-
Notifications
You must be signed in to change notification settings - Fork 7
mastodon_api_status_context
Alex Kirk edited this page Feb 8, 2025
·
4 revisions
add_filter(
'mastodon_api_status_context',
function (
$context,
$context_post_id,
string $url
) {
// Your code here
return $context;
},
10,
3
);
$context
$context_post_id
-
string
$url
apply_filters( 'mastodon_api_status_context', $context, $context_post_id, $url )