Changeset 3022566
- Timestamp:
- 01/16/2024 05:47:38 PM (2 years ago)
- Location:
- wp-dummy-content-generator
- Files:
-
- 1 added
- 2 edited
-
assets/icon.svg (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wp_dummy_content_generator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-dummy-content-generator/trunk/README.txt
r3018852 r3022566 118 118 3.1.2 - Fixed the localization. 119 119 3.1.3 - Minor changes and bug fixings. 120 3.2.0 - Declared compatibility with woocommerce custom_order_tables 120 121 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r3018852 r3022566 78 78 } 79 79 80 81 add_action( 'before_woocommerce_init', function() { 82 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 83 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 84 } 85 } ); 86 87 80 88 /** 81 89 * Begins execution of the plugin.
Note: See TracChangeset
for help on using the changeset viewer.