PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 3.0.0
GiveWP – Donation Plugin and Fundraising Platform v3.0.0
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
← All changes | src/FormBuilder/Controllers/FormBuilderResourceController.php +1 -5 4.15.03.0.0 View file →
@@ -93,13 +93,9 @@
93 93
94 94 $form->status = $updatedSettings->formStatus;
95 95 $form->save();
96 96
97 - /**
98 - * @since 3.16.0 Add the request as an additional parameter.
99 - * @since 3.0.0
100 - */
101 - do_action('givewp_form_builder_updated', $form, $request);
97 + do_action('givewp_form_builder_updated', $form);
102 98
103 99 return rest_ensure_response([
104 100 'settings' => $form->settings->toJson(),
105 101 'form' => $form->id,