| @@ -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 | +} | |