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

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註