-
Notifications
You must be signed in to change notification settings - Fork 86
activitypub_register_handlers
github-actions[bot] edited this page Mar 12, 2026
·
13 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.