HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/wp-all-import-pro/views/admin/manage/update.php
<h2><?php _e('Update Import', 'wp-all-import-pro') ?></h2>

<?php if ($this->errors->get_error_codes()): ?>
		<?php $this->error() ?>
<?php endif ?>

<?php if ($item->path): ?>
	<form method="post">
		<p><?php printf(__('Are you sure you want to update <strong>%s</strong> import?', 'wp-all-import-pro'), $item->name) ?></p>
		<p><?php printf(__('Source path is <strong>%s</strong>', 'wp-all-import-pro'), $item->path) ?></p>
		
		<p class="submit">
			<?php wp_nonce_field('update-import', '_wpnonce_update-import') ?>
			<input type="hidden" name="is_confirmed" value="1" />
			<input type="submit" class="button-primary ajax-update" value="Create Posts" />
		</p>
		
	</form>
<?php else: ?>
	<div class="error">
		<p><?php _e('Update feature is not available for this import since it has no external path linked.', 'wp-all-import-pro') ?></p>
	</div>
<?php endif ?>