| sync_stats_build_html(); ?> | |
the_plugin->localizationName);?>
|
|
', $parsed_percent , ''); echo __FILE__ . ":" . __LINE__;die . PHP_EOL; if (1) { $text_sync_prods = sprintf( __('Estimated %s remained bulks of a %s total to be synced in current cycle (we do not include products added after the current cycle started)', 'woozone'), '' . $sync_nb_remained_bulks . '', '' . $sync_nb_all_bulks . '' ); } if (1) { return array( 'text_sync_prods' => $text_sync_prods, 'parsed_percent' => $parsed_percent, 'sync_nb_remained_bulks' => $sync_nb_remained_bulks, 'sync_nb_all_bulks' => $sync_nb_all_bulks, ); } } } } // end class // Initialize the WooZoneNoAwsSyncWidget class $WooZoneNoAwsSyncWidget = WooZoneNoAwsSyncWidget::getInstance();