Skip to content

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.

Auto-generated Example

/**
 * 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' );

Files

\do_action( 'activitypub_register_caches' )

← All Hooks

Users

Developers

Clone this wiki locally