We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Map back a public id to the previous user id.
add_filter( 'mastodon_api_mapback_user_id', function ( int $user_id ) { // Your code here return $user_id; } );
int
$user_id
int The potentially modified user ID.
apply_filters( 'mastodon_api_mapback_user_id', $user_id )
Hooks
There was an error while loading. Please reload this page.