-
Notifications
You must be signed in to change notification settings - Fork 19
friends_mastodon_api_username
github-actions[bot] edited this page Apr 8, 2026
·
8 revisions
add_filter(
'friends_mastodon_api_username',
function( $ID ) {
// Your code here.
return $ID;
}
);$ID
apply_filters( 'friends_mastodon_api_username', $user->ID )