There was an error while loading. Please reload this page.
Register additional outbox handlers.
/** * Register additional outbox handlers. */ function my_activitypub_register_outbox_handlers_callback() { // Your code here. } add_action( 'activitypub_register_outbox_handlers', 'my_activitypub_register_outbox_handlers_callback' );
\do_action( 'activitypub_register_outbox_handlers' )
← All Hooks