Hooks
FormsSubmissionToPost
2 hooks fired by FormsSubmissionToPost: 2 filters and 0 actions across 2 call sites.
2 hooks fired by FormsSubmissionToPost: 2 filters and 0 actions across 2 call sites. 1 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/forms-submission-to-post/Components/Modal.js:165
'xpac_form_upload_' . $block['blockName'] . '_parent_post_id'
Filter · Dynamic name · 1 argument · 1 call site
apply_filters( 'xpac_form_upload_' . $block['blockName'] . '_parent_post_id', $submission->getFormId() )Fired from:
packages/FormsSubmissionToPost/Addon.php:1187