-
Notifications
You must be signed in to change notification settings - Fork 19
mastodon_api_bookmark_reaction
github-actions[bot] edited this page Jul 13, 2026
·
2 revisions
add_filter(
'mastodon_api_bookmark_reaction',
function(
$apply_filters,
$ret
) {
// Your code here.
return $apply_filters;
},
10,
2
);$apply_filters$ret
apply_filters( 'mastodon_api_bookmark_reaction', apply_filters( 'friends_bookmarks_emoji', '2b50' ), null )