PluginProbe
Substack Importer / 1.0.2
Substack Importer v1.0.2
trunk 0.1.0 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0
substack-importer / partials / progress.php

progress.php in Substack Importer 1.0.2, at partials/progress.php

7 lines 378 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <p><?php _e( 'Your posts from Substack are currently being processed. This can take a while...', 'substack-importer' ); ?></p>
2 <div id="substack-progress" data-pre-import-url="<?php echo wp_nonce_url( add_query_arg( array( 'action' => 'pre-import' ) ), 'pre-import' ); ?>">
3 <div class="progress-bar">
4 <span class="progress-bar-fill" style="width: 0%;"></span>
5 </div>
6 </div>
7