gform_pre_form_editor_save

gform_pre_form_editor_save

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 ) {    ?>        

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注