-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_unreact
github-actions[bot] edited this page Jul 24, 2026
·
27 revisions
add_action(
'mastodon_api_unreact',
function (
$post_id,
$this-_get_reaction_for_status_action,
string $favourite
) {
// Your code here
},
10,
3
);$post_id$this-_get_reaction_for_status_action-
string$favouriteOther variable names:$bookmark
do_action( 'mastodon_api_unreact', $post_id, $this->get_reaction_for_status_action( 'favourite' ), 'favourite' )do_action( 'mastodon_api_unreact', $post_id, $this->get_reaction_for_status_action( 'bookmark' ), 'bookmark' )