Changeset 1845572
- Timestamp:
- 03/23/2018 10:46:37 AM (8 years ago)
- File:
-
- 1 edited
-
recomendo/trunk/recomendo-plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recomendo/trunk/recomendo-plugin.php
r1845564 r1845572 635 635 $counter = 0; 636 636 foreach ( $user_ids as $id ) { 637 //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value) . '});</script>');638 637 $response = $this->client->set_user( $id ); 639 638 // check the response … … 738 737 739 738 foreach ($post_ids as $id) { 740 //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value ) . '});</script>');741 739 742 740 // if WPML get the default language post … … 984 982 $counter = 66.6; 985 983 foreach ( $order_ids as $id ) { 986 //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value ) . '});</script>');987 984 // Let's get the order 988 985 $order = wc_get_order( $id );
Note: See TracChangeset
for help on using the changeset viewer.