PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.17.6
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.17.6
V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 2.10.2 All 137 releases
← All changes | includes/Core/Database/FormEntryModel.php +4 -2 2.02.17.6 View file →
@@ -11,12 +11,14 @@
11 11 */
12 12
13 13 use WP_Error;
14 14
15 -class FormEntryModel extends Model {
15 +class FormEntryModel extends Model
16 +{
16 17 protected static $table = 'bitforms_form_entries';
17 18
18 - public function bulkDelete(array $condition = null) {
19 + public function bulkDelete(array $condition = null)
20 + {
19 21 if (
20 22 !\is_null($condition)
21 23 && \is_array($condition)
22 24 && array_keys($condition) !== range(0, count($condition) - 1)