Changeset 3382332
- Timestamp:
- 10/22/2025 05:55:21 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reordere-lite-subcriptions-for-woocommerce/trunk/reordere-lite-subcriptions-for-woocommerce.php
r3281691 r3382332 38 38 } 39 39 40 // Declare HPOS compatibility 41 add_action( 'before_woocommerce_init', function() { 42 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 43 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 44 } 45 } ); 40 46 41 47 // Hook into plugin activation
Note: See TracChangeset
for help on using the changeset viewer.