There was an error while loading. Please reload this page.
Fires after a Like has been handled.
add_action( 'activitypub_handled_like', 'my_activitypub_handled_like_callback', 10, 4 ); function my_activitypub_handled_like_callback( array $like, int $user_id, Activitypub\mixed $state, Activitypub\mixed $reaction ) { // Your code here. }
array
$like
int
$user_id
Activitypub\mixed
$state
$reaction
do_action( 'activitypub_handled_like', $like, $user_id, $state, $reaction )
← All Hooks