Documentation Category: Hook

gcgs_gppa_cache_rows_expiration

DescriptionUsageParametersExamplesIncrease cache durationSinceDescription Filter the number of seconds that row data should be cached for. Defaults to 60 seconds. Usage Parameters expiration_time int Number of …

gppa_bypass_populate_form

DescriptionUsageParametersSinceDescription Filter to bypass Populate Anything population. Useful for preventing dynamic population while running intensive batch processes that add/edit entries. Usage Apply to all forms. …

gppa_query_all_value_objects

DescriptionUsageParametersSinceDescription With Populate Anything 2.0, we now only query 1 object at a time when populating values. This is to improve performance, but can break …

gpi_approved_payment_statuses

DescriptionUsageParametersSinceDescription Filter the payment statuses that should be considered approved before decrementing inventory. If the payment status is NULL, it will always be considered approved. …

gpaa_prevent_browser_autocomplete (JS)

DescriptionUsageParametersSinceExamplesAllow browser autocomplete for all Address fields using Address AutocompleteAllow browser autocomplete for a specific field ID in a formDescription Filter whether browser autocomplete should …

gcgs_allow_user_entered_values

DescriptionUsageParametersSinceDescription Allows formula values, dates, numbers, currency, etc to be written to a sheet instead of raw strings. This is useful for adding formatted dates, …

gpeb_entry_duplicated

DescriptionUsageParametersSinceDescription Action that fires after an entry has been duplicated. Usage Parameters entry array The entry that was duplicated. Since This action is available since …

gpeb_after_render_block

DescriptionUsageParametersDescription Do something after a GPEB block is rendered. This is useful for removing other filters/actions specific to a GPEB block. Usage Parameters block \WP_Block …

gpeb_before_render_block

DescriptionUsageParametersDescription Do something before a GPEB block is rendered. This is useful for adding other filters/actions specific to a GPEB block. Usage Parameters block \WP_Block …

gpeb_table_row_cell_markup

DescriptionUsageParametersDescription Filter the final markup of an individual cell in the Entries Table block. Note: This includes the entire tag. Usage Parameters cell_content string The …

gpeb_table_row_cell_content

DescriptionUsageParametersDescription Filter the content of an individual cell in the Entries Table block. Note: This is the content within the tag, not the entire tag. …

gpeb_view_entry_content

DescriptionUsageParametersSinceDescription Filter an entry being displayed in a View Entry block. Usage Parameters content string A string containing the inner blocks for an individual entry …

gpeb_filter_form_field

DescriptionUsageParametersDescription Filter the field object that will be used to build the filters form. Usage Parameters field array The field object. form array The form …

gpeb_filter_form

DescriptionUsageParametersDescription Filters the form object that will be used to build the filters form. Usage Parameters form array The form object.

gpeb_duplicate_entry

DescriptionUsageParametersSinceDescription Action that fires after an entry has been duplicated. Usage Parameters entry array The entry that was duplicated. Since This filter is available since …