-
Notifications
You must be signed in to change notification settings - Fork 17
mastodon_api_account
Alex Kirk edited this page Nov 22, 2024
·
3 revisions
add_filter(
'mastodon_api_account',
function (
$ret,
$ID
) {
// Your code here
return $ret;
},
10,
2
);
$ret
$ID
apply_filters( 'mastodon_api_account', null, $friend_user->ID )