-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_default_favourite_reaction
github-actions[bot] edited this page Jul 24, 2026
·
5 revisions
add_filter(
'mastodon_api_default_favourite_reaction',
function (
$apply_filters,
$ret
) {
// Your code here
return $apply_filters;
},
10,
2
);$apply_filters-
$retOther variable names:$this
apply_filters( 'mastodon_api_default_favourite_reaction', apply_filters( 'friends_favourites_emoji', '2764' ), null )apply_filters( 'mastodon_api_default_favourite_reaction', apply_filters( 'friends_favourites_emoji', '2764' ), $this )