-
Notifications
You must be signed in to change notification settings - Fork 19
mastodon_api_account
github-actions[bot] edited this page Jul 28, 2026
·
37 revisions
add_filter(
'mastodon_api_account',
function(
$ret,
$ID,
$ret = null,
$post_id = null
) {
// Your code here.
return $ret;
},
10,
2
);$ret-
$IDOther variable names:$attributed_to_url,$get_friend_user_->id,$account_id,$user_id -
$retOther variable names:$request -
$post_idOther variable names:$ret
apply_filters( 'mastodon_api_account', null, $friend_user->ID, null, $post_id )apply_filters( 'mastodon_api_account', null, $attributed_to_url )apply_filters( 'mastodon_api_account', null, $user_feed->get_friend_user()->ID )apply_filters( 'mastodon_api_account', null, $account_id )apply_filters( 'mastodon_api_account', null, $user_id, $request, null )