Changeset 3070915
- Timestamp:
- 04/15/2024 02:41:00 PM (2 years ago)
- Location:
- chat-notifications-for-woocommerce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chat-notifications-for-woocommerce/tags/1.0.6/includes/class-chat-notifications-for-woocommerce.php
r3070908 r3070915 182 182 $plugin_public = new Chat_Notifications_For_Woocommerce_Public( $this->get_plugin_name(), $this->get_version() ); 183 183 184 $enabledPrefix = get_option('wafwc-enable-prefix', false); 185 184 186 if ( $enabledPrefix ) { 185 187 $this->loader->add_filter('woocommerce_checkout_create_order', $plugin_public, 'wafwc_update_order_meta', 10, 1); -
chat-notifications-for-woocommerce/trunk/includes/class-chat-notifications-for-woocommerce.php
r3070908 r3070915 182 182 $plugin_public = new Chat_Notifications_For_Woocommerce_Public( $this->get_plugin_name(), $this->get_version() ); 183 183 184 $enabledPrefix = get_option('wafwc-enable-prefix', false); 185 184 186 if ( $enabledPrefix ) { 185 187 $this->loader->add_filter('woocommerce_checkout_create_order', $plugin_public, 'wafwc_update_order_meta', 10, 1);
Note: See TracChangeset
for help on using the changeset viewer.