-
Notifications
You must be signed in to change notification settings - Fork 86
activitypub_register_caches
github-actions[bot] edited this page Feb 24, 2026
·
2 revisions
Fires after all built-in cache handlers are registered.
Use this hook to register additional cache handlers.
/**
* Fires after all built-in cache handlers are registered.
*
* Use this hook to register additional cache handlers.
*/
function my_activitypub_register_caches_callback() {
// Your code here.
}
add_action( 'activitypub_register_caches', 'my_activitypub_register_caches_callback' );\do_action( 'activitypub_register_caches' )Follow @activitypub.blog@activitypub.blog for updates and news.