Documentation Category: Hook

gplcb_checkbox_count (JS)

DescriptionUsageParametersExampleCustom Choice CountsSinceDescription Filter the count value of each checkbox in a field. Useful when trying to specify a custom weighted value for some checkboxes. …

gpfup_strings (JS)

DescriptionUsageParametersExamplesCustomize the “select file” button text for a specific fieldSinceDescription Filter the localized strings used on the File Uploader. Usage Parameters strings object Localized strings …

gpep_disable_session_manager

DescriptionUsageParametersSinceDescription This filter disables GPEP session manager which makes GPEP usable only with tokens. Usage Parameters disable_session_manager bool Disable GPEP session manager. Default: false. Since …

gpnf_replace_parent_merge_tag_on_edit (JS)

DescriptionUsageParametersExamplesRe-populate parent merge tags when editing entries replacing any previously saved value.SinceDescription Filter whether GPNF should re-populate any parent merge tags when editing an entry. …

gpfup_skip_image_loader (JS)

DescriptionUsageParametersSinceDescription Filter whether or not the image loader (Blueimp) should be skipped. This can be advantageous if large images are frequently uploaded. The image loader …

gpnf_fetch_form_html_after_delete (JS)

DescriptionUsageParametersExamplesDisable automatically loading child form HTML after child entries are deletedSinceDescription Filter to determine if the child form HTML should be refreshed after deleting child …

gpnf_fetch_form_html_after_add (JS)

DescriptionUsageParametersSinceExamplesDisable automatically loading child form HTML after child entries are addedDescription Filter to determine if the child form HTML should be refreshed after adding entries. …

gplc_choice_limit

DescriptionUsageParametersSinceExamplesOverride limit of a specific choiceDescription Filter the choice limit for a given choice. Usage Apply to all fields on all forms. Apply to all …

gpfup_cropper_options (JS)

DescriptionUsageParametersExamplesDisable rotatingSinceDescription Filter the options/properties that are sent to vue-advanced-cropper. Usage Parameters options object Options to send to vue-advanced-cropper. Additionally, enableRotate can be included as …

gpfup_image_extension_whitelist (JS)

DescriptionUsageParametersSinceDescription Filter image extensions that will be used to determine if the uploader is only accepting images. Usage Parameters extensions string[] Allowed image extensions Since …

gpfup_prevent_drop_outside (JS)

DescriptionUsageParametersSinceDescription Filter whether or not drop events should be blocked outside of the File Upload Pro drop area. Usage Parameters prevent_drop_outside boolean Whether or not …

gpfup_image_loader_options (JS)

DescriptionUsageParametersExamplesScale instead of cropping based on dimensions set in the cropping settingsSinceDescription Filter the options that are sent to blueimp-load-image. Usage Parameters options object Options …

gppa_process_template_cache_key

Modify cache key for template processing as required. In some cases, it can be advantageous to relax the cache key to improve performance.

gpnf_disable_new_cancel_confirmation (JS)

DescriptionUsageExampleDisable the confirmation promptSinceDescription Filter if GPNF should not warn before canceling adding a new entry. Return “true” here to disable the “Are you sure?” …

gpls_limit_message

Filter the message that shows if the submission limit for a form has been reached.