Skip to content

activitypub_rest_nodeinfo_pre

github-actions[bot] edited this page Aug 7, 2025 · 8 revisions

Fires before the NodeInfo data is created and sent to the client.

Auto-generated Example

add_filter(
   'activitypub_rest_nodeinfo_pre',
    function( string $version ) {
        // Your code here.
        return $version;
    }
);

Parameters

  • string $version The NodeInfo version.

Files

\do_action( 'activitypub_rest_nodeinfo_pre', $version )

← All Hooks

Users

Developers

Clone this wiki locally