# substack-importer/1.0.1/partials/progress.php

Substack Importer, version 1.0.1. 7 lines.

- Page: https://pluginprobe.com/plugins/substack-importer/1.0.1/code/partials/progress.php
- Raw: https://pluginprobe.com/plugins/substack-importer/1.0.1/raw/partials/progress.php
- Modified: 2021-05-06T11:23:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/substack-importer/1.0.1/code/partials/progress.php#L10-L20`.

```php
<p><?php _e( 'Your posts from Substack are currently being processed. This can take a while...', 'substack-importer' ); ?></p>
<div id="substack-progress" data-pre-import-url="<?php echo wp_nonce_url( add_query_arg( array( 'action' => 'pre-import' ) ), 'pre-import' ); ?>">
	<div class="progress-bar">
		<span class="progress-bar-fill" style="width: 0%;"></span>
	</div>
</div>

```
