-
Notifications
You must be signed in to change notification settings - Fork 88
activitypub_register_handlers
github-actions[bot] edited this page Jun 1, 2026
·
14 revisions
Register additional handlers.
/**
* Register additional handlers.
*/
function my_activitypub_register_handlers_callback() {
// Your code here.
}
add_action( 'activitypub_register_handlers', 'my_activitypub_register_handlers_callback' );do_action( 'activitypub_register_handlers' )Follow @activitypub.blog@activitypub.blog for updates and news.