Documentation Category: Hook

gspc_should_enqueue_frontend

Filter whether to enqueue Product Configurator assets on the frontend.

gpfup_meets_minimum_requirement (JS)

DescriptionUsageParametersExamplesHonor either minimum requirement instead of requiring bothSinceDescription Filter whether or not image meets minimum size requirement. Usage Parameters meetsMinimum boolean Whether or not image …

gpcc_is_overwrite (JS)

DescriptionUsageParametersSinceDescription Filter to allow overriding the overwrite setting. Usage Parameters isOverwrite bool The current overwrite setting. elem object The element that triggered the copy. field …

gpeb_entries_table_summary_columns

Filter the summary columns to be displayed in the entries table.

gpeb_selected_user_filters

Filter the selected user filters.

gpapf_post_init

DescriptionUsageParametersSinceDescription Do something after the phone field is initialized. Usage Parameters formId number The ID of the current form. fieldId number The ID of the …

gpppw_applicable_field_types

DescriptionUsageParametersSinceDescription Specify what field types are supported. Usage Parameters field_types array The field types that are supported. Default: array( ‘textarea’, ‘post_content’, ‘text’ ) Since This …

gppa_form_editor_max_string_length (JS)

DescriptionUsageParametersExamplesSet a max length of 1000.Skip max length.SinceDescription Filter the max string length used in the Form Editor. Usage Parameters maxLength int The max length …

gpasc_attach_inline_confirmation_message

DescriptionUsageParametersSinceExamplesDisplay Inline Confirmation Above the FormDescription Filter how the inline confirmation message is attached to the form. Usage Apply to all forms. Apply to a …

gpnf_view_model (JS)

DescriptionUsageParametersSinceDescription Filter the Knockout view model for the Nested Form field. Usage Parameters viewModel object The Knockout view model for the Nested Form field. gpnf …

gpasc_draft_title

DescriptionUsageParametersSinceDescription Filters the Drafts section title Usage Filter the Drafts section title for all forms using Advanced Save & Continue. Filter the Drafts section title …

gfcc_deferred

DescriptionUsageParametersExamplesBasic ExampleDescription This action is fired after all other Code Chest scripts have been loaded and run in the browser. Usage Parameters formId string|int The …

gpns_cron_schedule

Filter the cron schedule used for the gpns_cron hook.

gpns_recurring_ending_timestamp

Filter the timestamp (Unix epoch) used to determine when recurring notifications should end.

gppa_split_field_objects_by_comma

Filter whether to convert comma separated values to an array if it’s still not an array. We check for a comma then space as this is what’s added by GP_Populate_Anything::use_commas_for_arrays() on the gppa_array_value_to_text filter.