Action - gravityview_edit_entry
Triggered when rendering the Edit Entry screen.
Triggered when rendering the Edit Entry screen.
Before rendering a single entry for a specific View ID.
The core has been loaded.
Append content to the View.
Fires inside the body of the list, after all entries are rendered.
Fires inside the body of the list, before any entries are rendered.
Fires inside the tbody of the table, after all rows are rendered.
Fires inside the tbody of the table, before any rows are rendered.
Fires while rendering each entry row, after the cells. Can be used to insert additional table cells.
Fires while rendering each entry row, before the cells. Can be used to insert additional table cells.
Fires inside the tr element of the table, after cell rendering completes.
Fires inside the tr element of the table, before cell rendering begins.
Before rendering.
Fires inside the entry of the list, after the zone is rendered.
Fires inside the entry of the list, before the zone is rendered.
Modify the default attributes that will be passed to the wpaudioshortcode() function.
Is the current admin page a GravityView-related page?
Checks whether we're currently on the Edit Entry screen.
Modify the url part for a View. Read the doc.
Modify the default attributes that will be passed to the wpvideoshortcode() function.
The permalink of this entry.
Modify the closing tags for the template content placeholders.
gravityview/field_output/context/\{$tag\} Allow users to filter content on context
Modify field HTML output.
Modify the opening tags for the template content placeholders.
Allow Pre filtering of the HTML.
Override the displayed value here.
Filter the field class about to be created from the configuration.
Should this field be visible?
Modify the note content before rendering in the template.
Modify the search parameters before the entries are fetched.
Override the displayed value here.
What to display when this field is empty.
Filter to alter the default behaviour of wrapping images (or image names) with a link to the content object.
Modify the file path before generating a link to it.
Modify the files array.
Modify the default image attributes for uploaded images.
Modify the link attributes for a file upload field.
Modify the link text (defaults to the file name).
Filter the logger instance being used for logging.
Modify the merge tag modifier output.
The tooltips GravityView adds to the Gravity Forms tooltip array.
Overrides whether GravityView supports a feature.
Should the permalink structure be prepended with the front base.
Modify the CSS class to be added to the wrapper div of a View.
Filter whether to insert meta tags in the HTML output describing the data.
Filter the field IDs that are output in REST requests.
Filter the [gventry] shortcode attributes.
Filter the [gventry] output.
Filter the [gvfield] shortcode attributes.
Filter the [gvfield] output.
Filter data passed to the Support Port, before localize_script is run.
Filter the template class that is about to be used to render the entry.
Make various pieces of data available to the template under the $gravityview scoped variable.
Modify the context before generation begins.
Modify the field output for a field type.
Filter the template class that is about to be used to render the view.
Make various pieces of data available to the template under the $gravityview scoped variable.
Modify the link HTML.
Override the field label.
Modify the field output for a field.
Modify the back link text.
Modify the back link URL.
Filter the row attributes for the row in table view.
Modify the fields displayed in this tables.
Modify the text displayed when there are no entries.
Filter the template class that is about to be used to render the View.
Make various pieces of data available to the template under the $gravityview scoped variable.
Define meta keys to parse to check for GravityView shortcode content.
Filter the View fields' configuration array.
Filter the View widgets' configuration array.
Filter the Field Collection for this View.
Modify the URL to the View "directory" context.
Should this View be directly accessible?
Disable REST output. Final chance.
Modify the default settings for new Views.
Filter the Widget Collection for this View.
Array of zones available for widgets to be dropped into.
Each item is used to instantiate a GravityViewAdminView_Widget object.
The GravityView WordPress plugin class.
The base Entry class.
A collection of \GV\Entry objects.
The Gravity Forms Entry class implementation.
Entry sorting.
The multi-entry Entry implementation.
A collection of \GV\Field objects.
The Form class.
A collection of \GV\Form objects.
The Gravity Forms Form class implementation.
The Edit Entry Renderer class.
The Entry Renderer class.
The Field Renderer class.
The View Renderer class.
The Request abstract class.
A generic Settings base class.
The View Settings class.
A collection of View objects.
The base Widget class.
A collection of \GV\Widget objects.
function gravityview()