friends_mastodon_api_username - akirk/friends GitHub Wiki

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 )

← All Hooks