-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_register_handlers
github-actions[bot] edited this page Oct 29, 2025
·
12 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 @[email protected] for updates and news.