| @@ -134,10 +134,8 @@ | ||
| 134 | 134 | ]; |
| 135 | 135 | |
| 136 | 136 | $form_fields = weforms()->form->save( $data ); |
| 137 | 137 | |
| 138 | - do_action( 'weforms_update_form', $form_data['wpuf_form_id'], $form_fields, $settings ); | |
| 139 | - | |
| 140 | 138 | wp_send_json_success( [ 'form_fields' => $form_fields ] ); |
| 141 | 139 | } |
| 142 | 140 | |
| 143 | 141 | /** |