← All changes
|
src/Controllers/Hooks/Order/interface-order-controller.php
+7
-0
3.1.1
→
4.1.0
View file →
| @@ -58,5 +58,12 @@ | ||
| 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 ); | |
| 62 | 69 | } |