-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_register_schedulers
github-actions[bot] edited this page Nov 14, 2025
·
17 revisions
Register additional schedulers.
/**
* Register additional schedulers.
*/
function my_activitypub_register_schedulers_callback() {
// Your code here.
}
add_action( 'activitypub_register_schedulers', 'my_activitypub_register_schedulers_callback' );\do_action( 'activitypub_register_schedulers' )Follow @[email protected] for updates and news.