-
Notifications
You must be signed in to change notification settings - Fork 7
mastodon_api_nodeinfo
Alex Kirk edited this page Feb 8, 2025
·
14 revisions
add_filter(
'mastodon_api_nodeinfo',
function (
$ret,
$nodeinfo_version
) {
// Your code here
return $ret;
},
10,
2
);
$ret
$nodeinfo_version
apply_filters( 'mastodon_api_nodeinfo', $ret, $nodeinfo_version )