-
Notifications
You must be signed in to change notification settings - Fork 19
friends_mastodon_instances
github-actions[bot] edited this page May 21, 2026
·
1 revision
add_filter(
'friends_mastodon_instances',
function( array $string_list ) {
// Your code here.
return $string_list;
}
);-
array$string_list
apply_filters(
'friends_mastodon_instances',
array(
'mastodon.social',
'mastodon.online',
'fosstodon.org',
'hachyderm.io',
'infosec.exchange',
'indieweb.social',
)
)