We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_bookmark_reaction', function ( $reaction, $current_app ) { // Your code here return $reaction; }, 10, 2 );
$reaction
$current_app
apply_filters( 'mastodon_api_bookmark_reaction', $reaction, Mastodon_App::get_current_app() )
Hooks
There was an error while loading. Please reload this page.