You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Auto-generated Example
/** * Fires after all built-in cache handlers are registered. * * Use this hook to register additional cache handlers. */functionmy_activitypub_register_caches_callback() {
// Your code here.
}
add_action( 'activitypub_register_caches', 'my_activitypub_register_caches_callback' );