-
Notifications
You must be signed in to change notification settings - Fork 14
friends_mastodon_api_username
Alex Kirk edited this page Oct 16, 2024
·
1 revision
add_filter(
'friends_mastodon_api_username',
function ( $ID ) {
// Your code here
return $ID;
}
);
$ID
apply_filters( 'friends_mastodon_api_username', $user->ID )