Documentation Category: Hook

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 …

gpnf_parent_merge_tag_value

DescriptionUsageParametersExampleReplace Spaces With DashesSinceDescription Filter the value of the parent merge tag before it is replaced in the field. Usage Parameters value string Value that …

gplc_choice_counts

DescriptionUsageParametersExamplesShare limit between two different choices on the same field.Description Filter the choice counts for the given field. Usage Apply to all fields on all …

gpld_after_set_min_date (JS)

DescriptionUsageParametersSinceExamplesPopulate the New Minimum Date into Linked Date FieldAutomatically Show Datepicker for Linked Date Field (Minimum Date)Description Do something after the minimum date has been …

gplp_enable_globally

DescriptionUsageParametersExamplesEnable Globally for Admins.SinceDescription Enable preview features for forms outside of core/live preview. Usage Parameters is_global bool Return true to enable globally. Defaults to false. …

gplp_enable_form_action

DescriptionUsageParametersSinceDescription Enable the “Live Preview” form action (displays beneath each form title on the Form List view). Usage Apply to all forms. Apply to a …

gppa_query_limit

DescriptionUsageParametersSinceExamplesChange the query limit to 750 for all dynamically populated fields.Change the query limit to 750 for only the post object type.Change the query limit …

gppa_process_template

DescriptionUsageParametersExamplesModify Template ValueDescription Filter the output of choice or value templates. Usage Filter all templates. Filter all value templates. Filter all label templates. Parameters $template_value …

gppa_missing_filter_value

DescriptionUsageParametersSinceDescription Filter the field value for choice-based fields that are dynamically populated and depend on another field that’s not filled out. Usage Filter the missing …