gpeb_entry_duplicated
Action that fires after an entry has been duplicated.
gpeb_after_render_block
Do something after a GPEB block is rendered. This is useful for removing other filters/actions specific to a GPEB block.
gpeb_before_render_block
Do something before a GPEB block is rendered. This is useful for adding other filters/actions specific to a GPEB block.
gpeb_table_row_cell_markup
Filter the final markup of an individual cell in the Entries Table block. Note: This includes the entire
gpeb_table_row_cell_content
Filter the content of an individual cell in the Entries Table block. Note: This is the content within the
gpeb_view_entry_content
Filter an entry being displayed in a View Entry block.
gpeb_filter_form_field
Filter the field object that will be used to build the filters form.
gpeb_filter_form
Filters the form object that will be used to build the filters form.
gpeb_duplicate_entry
Filter an entry before it will be duplicated. Return null
to prevent the entry from being duplicated.
gpeb_notification_content_deleted_entry
Filter the notification content displayed when an entry is deleted.
gpeb_entry_form
Filters the form object for the current entry in the current block.
gpeb_notification_content_duplicated_entry
Filter the notification content displayed when an entry is duplicated.
gpeb_loop_entry_content
Filters each entry’s content in the Entries Loop block.
gpeb_entry
Filters the entry object about to be rendered in the current block.
gpeb_edit_form_field
Filter individual fields that are used when populating the Edit Form.