-
Notifications
You must be signed in to change notification settings - Fork 7
mastodon_api_instance_extended_description
Alex Kirk edited this page Feb 8, 2025
·
12 revisions
Modify the instance extended_description returned for /api/instance/extended_description
requests.
add_filter( 'mastodon_api_instance_extended_description', function( $description ) {
return new Entity\Extended_Description();
} );
-
Enable_Mastodon_Apps\null
$extended_description
The instance extended_description.
Enable_Mastodon_Apps\Entity\Extended_Description
The extended description of this server.
apply_filters( 'mastodon_api_instance_extended_description', null )