Zoho
2 hooks fired by Zoho: 2 filters and 0 actions across 2 call sites.
2 hooks fired by Zoho: 2 filters and 0 actions across 2 call sites. 2 of the 2 call sites are described by a docblock, at the call or on the constant that names the hook; the rest are listed with their signature and call sites only. Paths are relative to the plugin directory.
xpac-forms-after-settings-modal-content
Filter · 3 arguments · 1 call site
Content appended inside a settings panel's item modal.
applyFilters( 'xpac-forms-after-settings-modal-content', [], { value: options, onChange: onUpdate, }, `xpac-${ID}` )Fired from:
assets/packages/zoho/Components/Modal.js:47
xpac_zoho_request_timeout
Filter · 1 argument · 1 call site
Filters how long, in seconds, to wait for Zoho to answer.
These requests no longer run inside the visitor's submission, so this is a tolerance for a slow API rather than a latency budget: nothing is waiting on it, and a timeout shorter than Zoho's own response time turns a push that worked into a needless retry. Ten rather than WordPress's five, for that reason.
apply_filters( 'xpac_zoho_request_timeout', 10 )$timeout(int) — Seconds to wait. Default 10.
Fired from:
packages/Zoho/Client.php:262