Skip to content

friends_mastodon_api_username

Alex Kirk edited this page Oct 16, 2024 · 1 revision

Auto-generated Example

add_filter(
    'friends_mastodon_api_username',
    function ( $ID ) {
        // Your code here
        return $ID;
    }
);

Parameters

  • $ID

Files

apply_filters( 'friends_mastodon_api_username', $user->ID )

Hooks

Clone this wiki locally