Skip to content

activitypub_register_outbox_handlers

github-actions[bot] edited this page Jul 7, 2026 · 5 revisions

Register additional outbox handlers.

Auto-generated Example

/**
 * 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' );

Files

\do_action( 'activitypub_register_outbox_handlers' )

← All Hooks

Users

Developers

Clone this wiki locally