Documentation Category: Hook

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 …

gpeb_notification_content_deleted_entry

DescriptionUsageParametersSinceDescription Filter the notification content displayed when an entry is deleted. Usage Parameters notification_content string The notification content. entry array The entry that was deleted. …

gpeb_entry_form

DescriptionUsageParametersDescription Filters the form object for the current entry in the current block. Usage Parameters form array The form for the current entry. entry array …

gpeb_notification_content_duplicated_entry

DescriptionUsageParametersSinceDescription Filter the notification content displayed when an entry is duplicated. Usage Parameters notification_content string The notification content. entry array The entry that was duplicated. …