DescriptionUsageParametersExamplesSource Code
Description
This filter fires on the Form Editor page when a form is saved.
Usage
123456789
Parameters
form array
The current form object.
Examples
This example uses the gform_admin_pre_render filter to load the hook and changed the form title to 「Testing…」.
12345678910111213141516add_action( 'gform_admin_pre_render', 'pre_render_function' );function pre_render_function( $form ) { ?>