Skip to content

friends_mastodon_api_username

github-actions[bot] edited this page Apr 8, 2026 · 8 revisions

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

Clone this wiki locally