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