← All changes
|
src/Controllers/Hooks/Order/interface-order-controller.php
+14
-0
3.1.0
→
4.3.0
View file →
| @@ -58,5 +58,19 @@ | ||
| 58 | 58 | * |
| 59 | 59 | * @return void |
| 60 | 60 | */ |
| 61 | 61 | public function cleanup_orders(); |
| 62 | + | |
| 63 | + /** | |
| 64 | + * Respond to the sequra_order_migration_add_indexes hook | |
| 65 | + * | |
| 66 | + * @param string $hook Hook name that triggered the action. | |
| 67 | + */ | |
| 68 | + public function migrate_orders_to_use_indexes( $hook ); | |
| 69 | + | |
| 70 | + /** | |
| 71 | + * Create the Cart Info object for the current session if it doesn't exist. | |
| 72 | + * | |
| 73 | + * @return void | |
| 74 | + */ | |
| 75 | + public function ensure_cart_info_exists(); | |
| 62 | 76 | } |