Skip to content

activitypub_register_handlers

github-actions[bot] edited this page Oct 29, 2025 · 12 revisions

Register additional handlers.

Auto-generated Example

/**
 * Register additional handlers.
 */
function my_activitypub_register_handlers_callback() {
    // Your code here.
}
add_action( 'activitypub_register_handlers', 'my_activitypub_register_handlers_callback' );

Files

do_action( 'activitypub_register_handlers' )

← All Hooks

Users

Developers

Clone this wiki locally