Documentation Category: Hook

gpui_wait_for_payment

DescriptionUsageParametersSinceDescription Wait for a payment gateway that supports delayed payments to capture the payment before generating the Unique ID. Usage Apply to all forms and …

gplp_grant_preview_permission

DescriptionUsageParametersSinceDescription Filter whether user should be granted permission to preview forms. Usage Parameters grant_permission bool Can use preview forms? args array The arguments that will …

gpml_delete_entry_files_from_media_library

DescriptionUsageParametersSinceDescription Filter whether files imported into the Media Library from a given entry should be deleted when the entry is deleted. Usage Filter whether files …

gppa_object_type_restricted_database

DescriptionUsageParametersSinceDescription Filter if the Database Object Type should be restricted. When a field is using a restricted object type, only super admins can edit the …

gppa_object_type_user_limit_to_current_site

DescriptionUsageParametersSinceDescription Filter whether the User object type should have its queries limited to the current site if running on multisite. Usage Parameters $limit_to_current_site boolean true …

gpnf_use_jquery_ui

DescriptionUsageParametersDescription Filter whether jQuery UI Dialog should be used to power the Nested Forms modal experience. Usage Parameters $use_jquery_ui bool Should jQuery UI Dialog be …

gpnf_disable_export_fields

DescriptionUsageParametersDescription Disable the addition of child form fields to the parent form export settings. Usage Parameters $disable_export_fields bool Indicate whether child fields of a Nested …

gppa_disable_form_navigation_toggling

DescriptionUsageParametersDescription Disable toggling of form navigation when data is loading. Usage Parameters $disabled bool Return true to disable form navigation toggling. Defaults to false.

gpnf_export_child_field_header

DescriptionUsageParametersExamplesOnly show child field labels when Nested Form field has no labelDescription Modify the header label for the current child field. Usage Apply to all …

gpnf_can_user_edit_entry

DescriptionUsageParametersDescription Filter whether the current user has permission to edit the given entry. To conditionally hide the Edit action, you will need to customize the …

gppa_array_value_to_text

DescriptionUsageParametersExamplesUse Newline As The Delimiter for Paragraph Text fieldsRemove Default Behavior of Using a Comma as a DelimiterSinceDescription This filter allows you to modify how …

gpep_populate_same_form

DescriptionUsageParametersDescription Filter whether the form can be populated from itself. Usage Parameters $populate_same_form bool Allow form to be populated from itself. Defaults to true.

gpep_form

DescriptionUsageParametersDescription This filter is allows you to modify the Form object after entry data has been passed through. Usage Parameters $form array The current Form …

gpep_field_values

DescriptionUsageParametersExamplesDisabling Passthrough With Query ParameterDescription This filter allows you to modify the passthrough field values prepared for a form. Usage Parameters $field_values array The prepared …

gppa_loading_target_meta

DescriptionUsageParametersExampleReplace live merge tags individually and show spinner.SinceDescription Specify which element is used to indicate that a live merge tag is about to be replaced …