Changeset 3055544
- Timestamp:
- 03/20/2024 06:10:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
untappd-ratings-for-woocommerce/trunk/includes/class-urwc-settings.php
r3055231 r3055544 59 59 woocommerce_update_options( self::get_settings() ); 60 60 61 if ( urwc_ratings_enabled() && urwc_ratings_sort_enabled() ) {61 if ( URWC_Ratings::api_is_active() && urwc_ratings_enabled() && urwc_ratings_sort_enabled() ) { 62 62 URWC_Product::add_meta_to_all_products(); 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.