You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Dec 8, 2025
·
11 revisions
Fires before the NodeInfo data is created and sent to the client.
Auto-generated Example
/** * Fires before the NodeInfo data is created and sent to the client. * * @param string $version */functionmy_activitypub_rest_nodeinfo_pre_callback( string$version ) {
// Your code here.
}
add_action( 'activitypub_rest_nodeinfo_pre', 'my_activitypub_rest_nodeinfo_pre_callback' );