-
Notifications
You must be signed in to change notification settings - Fork 17
mastodon_api_status_context
Alex Kirk edited this page Nov 22, 2024
·
3 revisions
add_filter(
'mastodon_api_status_context',
function (
$context,
$post_id,
$guid
) {
// Your code here
return $context;
},
10,
3
);
$context
$post_id
$guid
apply_filters( 'mastodon_api_status_context', $context, $post_id, $post->guid )