Skip to content

activitypub_register_schedulers

github-actions[bot] edited this page Aug 7, 2025 · 17 revisions

Register additional schedulers.

Auto-generated Example

add_action(
   'activitypub_register_schedulers',
    function() {
        // Your code here.
    }
);

Files

do_action( 'activitypub_register_schedulers' )

← All Hooks

Users

Developers

Clone this wiki locally