Skip to content

mastodon_api_bookmark_reaction

github-actions[bot] edited this page Jul 13, 2026 · 2 revisions

Auto-generated Example

add_filter(
   'mastodon_api_bookmark_reaction',
    function(
        $apply_filters,
        $ret
    ) {
        // Your code here.
        return $apply_filters;
    },
    10,
    2
);

Parameters

  • $apply_filters
  • $ret

Files

apply_filters( 'mastodon_api_bookmark_reaction', apply_filters( 'friends_bookmarks_emoji', '2b50' ), null )

← All Hooks

Clone this wiki locally