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 …
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. …