HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/azvo/wp-content/plugins/fg-joomla-to-wordpress/admin/partials/empty-content.php
		<form id="form_empty_wordpress_content" method="post">
			<?php wp_nonce_field( 'empty', 'fgj2wp_nonce' ); ?>
			
			<table class="form-table">
				<tr>
					<th scope="row"><?php _e('If you want to restart the import from scratch, you must empty the WordPress content with the button hereafter.', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input type="radio" name="empty_action" id="empty_action_imported" value="imported" /> <label for="empty_action_imported"><?php _e('Remove only previously imported data', 'fg-joomla-to-wordpress'); ?></label><br />
						<input type="radio" name="empty_action" id="empty_action_all" value="all" /> <label for="empty_action_all"><?php _e('Remove all WordPress content', 'fg-joomla-to-wordpress'); ?></label><br />
						<div class="submit_button_with_spinner">
							<?php submit_button( __('Empty WordPress content', 'fg-joomla-to-wordpress'), 'primary', 'empty', false ); ?>
							<span id="empty_spinner" class="spinner"></span>
						</div>
						<div id="empty_message" class="action_message"></div>
					</td>
				</tr>
			</table>
		</form>