GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
gravityview_search_widget_field_before
Before each search input is rendered (other than the submit button)
gravityview_search_widget_field_after
After each search input is rendered (other than the submit button)
gravityview/loaded
The core has been loaded. gravityview/template/table/tr/before
gravityview/template/table/tr/after
gravityview/template/table/tr/after
gravityview_render_entry_{View ID}
Before rendering a single entry for a specific View ID gk/foundation/licenses/initialized
Fires when the class has finished initializing. gk/foundation/settings/initialized
Fires when the class has finished initializing. gk/foundation/translations/initialized
Fires when the class has finished initializing. gravityview_entry_before
Tap in before the the entry is displayed, inside the entry container
gravityview_entry_title_before
Tap in before the the entry title is displayed
gravityview_entry_title_after
Tap in after the title block
gravityview_entry_content_before
Tap in inside the View Content wrapper
gravityview_entry_content_after
Tap in at the end of the View Content wrapper gravityview_entry_footer_before
Tap in before the footer wrapper gravityview_entry_footer_after
Tap in after the footer wrapper gravityview_entry_after
Tap in after the entry has been displayed, but before the container is closed gravityview/shortcode/before-processing
Runs before the GV shortcode is processed; can be used to load additional scripts/styles gravityview_include_backend_actions
Triggered after all GravityView admin files are loaded gv_duplicate_view
After a View is duplicated, perform an action gravityview/metaboxes/before_render
Before rendering GravityView metaboxes gravityview/metaboxes/after_render
After rendering GravityView metaboxes gravityview_remove_conflicts_after
Runs after no-conflict styles are removed. You can re-add styles here. gravityview_view_saved
After a View has been saved in the admin gravityview/template/after
Append content to the view. gravityview_after
Append content to the View container <div>
gravityview/template/before
Append content to the view. gravityview/template/before
Prepend content to the view. gravityview_before
Prepend content to the View container <div>
gravityview/delete-entry/deleted
Triggered when an entry is deleted gravityview/delete-entry/trashed
Triggered when an entry is trashed gravityview/duplicate-entry/duplicated
Triggered when an entry is duplicated gravityview/edit_entry/before_update
Perform an action before the entry has been updated using Edit Entry gravityview/edit_entry/after_update
Perform an action after the entry has been updated using Edit Entry gravityview/edit-entry/render/before
Before rendering the Edit Entry form gravityview/edit-entry/render/after
After rendering the Edit Entry form gravityview/approve_entries/updated
Triggered when an entry approval is updated gravityview/approve_entries/{$action}
Triggered when an entry approval is set. {$action} can be 'approved', 'unapproved', or 'disapproved' Note: If you want this to work with Bulk Actions, run in a plugin rather than a theme; the bulk updates hook runs before themes are loaded. gravityview/template/footer
Append content to the view. gravityview/template/footer
Prepend outside of the view container gravityview_after
Display content after a View. Used to render footer widget areas. Rendered outside the View container <div>
gravityview/template/header
Append content to the view. gravityview/template/header
Prepend content to the view container gravityview_header
Prepend content to the View container <div>
gravityview_recent_entries_widget_form
Displayed at the bottom of the Recent Entries widget admin form gravityview/widget/recent-entries/before_widget
Before recent entries are displayed in the WordPress widget gravityview/widget/recent-entries/after_widget
After recent entries are displayed in the WordPress widget gravityview/field/survey/rating-styles
{gravityview/template/table/tr/before
gravityview/template/table/tr/after
gravityview_include_frontend_actions
Triggered after all GravityView frontend files are loaded gk/foundation/settings/{plugin}/validation/{setting_id}
Runs when validation rules are not specified and before the setting is marked as validated. gravityview/view/query
Override the before the get() call. gravityview/template/list/body/after
Output inside the tbody
of the list at the end. gravityview_list_body_after
Inside the tbody
, after any rows are rendered. Can be used to insert additional rows. gravityview/template/list/body/before
Output inside the tbody
of the list. gravityview_list_body_before
Inside the tbody
, before any rows are rendered. Can be used to insert additional rows. gravityview/template/list/entry/$zone/after
Output inside the entry
of the list at the end. gravityview_list_entry_$zone_after
Inside the entry
, after any rows are rendered. Can be used to insert additional rows. gravityview/template/list/entry/$zone/before
Output inside the entry
of the list at the end. gravityview_list_entry_$zone_before
Inside the entry
, before any rows are rendered. Can be used to insert additional rows. gravityview/template/table/body/after
Output inside the tbody
of the table at the end. gravityview_table_body_after
Inside the tbody
, after any rows are rendered. Can be used to insert additional rows. gravityview/template/table/body/before
Output inside the tbody
of the table. gravityview_table_body_before
Inside the tbody
, before any rows are rendered. Can be used to insert additional rows. gravityview/template/table/cells/before
Inside the tr
while rendering each entry in the loop. Can be used to insert additional table cells. gravityview_table_cells_before
Inside the tr
while rendering each entry in the loop. Can be used to insert additional table cells. gravityview/template/table/cells/after
Inside the tr
while rendering each entry in the loop. Can be used to insert additional table cells. gravityview_table_cells_after
Inside the tr
while rendering each entry in the loop. Can be used to insert additional table cells. gravityview/template/table/tr/after
Output inside the tr
of the table when there are no results. gravityview_table_tr_after
Inside the tr
while rendering each entry in the loop. Can be used to insert additional table cells. gravityview/template/table/tr/before
Output inside the tr
of the table when there are no results. gravityview_table_tr_before
Before the tr
while rendering each entry in the loop. Can be used to insert additional table rows.