PluginProbe
Orderable – Restaurant & Food Ordering System / 0.2.0
Orderable – Restaurant & Food Ordering System v0.2.0
0.1.4 0.1.5 0.2.0 1.0.0 1.1.0 1.1.1 1.10.0 1.10.1 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.14.0 1.15.0 1.16.0 1.17.0 1.17.1 1.18.0 1.19.0 1.19.1 1.19.2 1.2.0 1.20.0 1.20.1 All 44 releases
← All changes | inc/class-modules.php +1 -10 1.19.00.2.0 View file →
@@ -30,18 +30,9 @@
30 30 'services',
31 31 'timings',
32 32 'addons',
33 33 'live-view',
34 - 'location',
35 34 'tip',
36 - 'checkout',
37 - 'timed-products',
38 - 'custom-order-status',
39 - 'notifications',
40 - 'order-reminders',
41 - 'table-ordering',
42 - 'product-labels',
43 - 'receipt-layouts',
44 35 );
45 36
46 37 foreach ( $modules as $module ) {
47 38 $path = ORDERABLE_MODULES_PATH . $module . '/class-' . $module . '.php';
@@ -74,5 +65,5 @@
74 65 $module = str_replace( ' ', '_', $module );
75 66
76 67 return apply_filters( 'orderable_get_module_class_name', 'Orderable_' . $module, $module );
77 68 }
78 -}
69 +}