Methods
1 to 23 of 23
- Callables::enqueue_full_sync_actions() – Enqueue the callable actions for full sync.
- Callables::estimate_full_sync_actions() – Retrieve an estimated number of actions that will be enqueued.
- Callables::expand_callables() – Expand the callables within a hook before they are serialized and sent to the server.
- Callables::get_all_callables() – Retrieve all callables as per the current callables whitelist.
- Callables::get_always_sent_callables() – Get the callables that should always be sent, e.g. on cron.
- Callables::get_callable_whitelist() – Get the callable whitelist.
- Callables::get_callable() – Invoke a particular callable.
- Callables::get_full_sync_actions() – Retrieve the actions that will be sent for this module during a full sync.
- Callables::init_before_send() – Initialize the module in the sender.
- Callables::init_full_sync_listeners() – Initialize callables action listeners for full sync.
- Callables::init_listeners() – Initialize callables action listeners.
- Callables::maybe_sync_callables() – Sync the callables if we’re supposed to.
- Callables::name() – Sync module name.
- Callables::reset_data() – Perform module cleanup.
- Callables::send_full_sync_actions() – Send the callable actions for full sync.
- Callables::set_callable_whitelist() – Set the callable whitelist.
- Callables::set_defaults() – Set module defaults.
- Callables::set_plugin_action_links() – Parse and store the plugin action links if on the plugins page.
- Callables::should_send_callable() – Whether a certain callable should be sent.
- Callables::total() – Return Total number of objects.
- Callables::unlock_plugin_action_link_and_callables() – Unlock callables and plugin action links.
- Callables::unlock_sync_callable_next_tick() – Unlock callables on the next tick.
- Callables::unlock_sync_callable() – Unlock callables so they would be available for syncing again.