CampaignMonitor
2 hooks fired by CampaignMonitor: 2 filters and 0 actions across 2 call sites.
2 hooks fired by CampaignMonitor: 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, }, HANDLE )Fired from:
assets/packages/campaign-monitor/Components/Modal.js:426
xpac_campaign_monitor_request_timeout
Filter · 1 argument · 1 call site
Filters how long, in seconds, to wait for Campaign Monitor to reply.
The request no longer runs 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 Campaign Monitor's own response time turns a subscriber that was added into a needless retry.
apply_filters( 'xpac_campaign_monitor_request_timeout', 10 )$timeout(int) — Seconds to wait. Default 10.
Fired from:
packages/CampaignMonitor/Client.php:55