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/behavior.php
				<tr>
					<th scope="row" colspan="2"><h3><?php _e('Behavior', 'fg-joomla-to-wordpress'); ?></h3></th>
				</tr>
				<tr>
					<th scope="row"><?php _e('Import introtext:', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input id="introtext_in_excerpt" name="introtext" type="radio" value="in_excerpt" <?php checked($data['introtext'], 'in_excerpt'); ?> /> <label for="introtext_in_excerpt" title="<?php _e("The text before the «Read more» split will be imported into the excerpt.", 'fg-joomla-to-wordpress'); ?>"><?php _e('to the excerpt', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="introtext_in_content" name="introtext" type="radio" value="in_content" <?php checked($data['introtext'], 'in_content'); ?> /> <label for="introtext_in_content" title="<?php _e("The text before the «Read more» split will be imported into the post content with a «read more» link.", 'fg-joomla-to-wordpress'); ?>"><?php _e('to the content', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="introtext_in_excerpt_and_content" name="introtext" type="radio" value="in_excerpt_and_content" <?php checked($data['introtext'], 'in_excerpt_and_content'); ?> /> <label for="introtext_in_excerpt_and_content" title="<?php _e("The text before the «Read more» split will be imported into both the excerpt and the post content.", 'fg-joomla-to-wordpress'); ?>"><?php _e('to both', 'fg-joomla-to-wordpress'); ?></label>
					</td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Archived posts:', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input id="archived_posts_not_imported" name="archived_posts" type="radio" value="not_imported" <?php checked($data['archived_posts'], 'not_imported'); ?> /> <label for="archived_posts_not_imported" title="<?php _e("Do not import archived posts", 'fg-joomla-to-wordpress'); ?>"><?php _e('Not imported', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="archived_posts_drafts" name="archived_posts" type="radio" value="drafts" <?php checked($data['archived_posts'], 'drafts'); ?> /> <label for="archived_posts_drafts" title="<?php _e("Import archived posts as drafts", 'fg-joomla-to-wordpress'); ?>"><?php _e('Import as drafts', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="archived_posts_published" name="archived_posts" type="radio" value="published" <?php checked($data['archived_posts'], 'published'); ?> /> <label for="archived_posts_published" title="<?php _e("Import archived posts as published posts", 'fg-joomla-to-wordpress'); ?>"><?php _e('Import as published posts', 'fg-joomla-to-wordpress'); ?></label>
					</td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Archived categories:', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input id="archived_categories_not_imported" name="archived_categories" type="radio" value="not_imported" <?php checked($data['archived_categories'], 'not_imported'); ?> /> <label for="archived_categories_not_imported" title="<?php _e("Do not import archived categories", 'fg-joomla-to-wordpress'); ?>"><?php _ex('Not imported', 'categories', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="archived_categories_imported" name="archived_categories" type="radio" value="imported" <?php checked($data['archived_categories'], 'imported'); ?> /> <label for="archived_categories_imported" title="<?php _e("Import archived categories", 'fg-joomla-to-wordpress'); ?>"><?php _ex('Imported', 'categories', 'fg-joomla-to-wordpress'); ?></label>
					</td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Unpublished categories:', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input id="unpublished_categories_not_imported" name="unpublished_categories" type="radio" value="not_imported" <?php checked($data['unpublished_categories'], 'not_imported'); ?> /> <label for="unpublished_categories_not_imported" title="<?php _e("Do not import unpublished categories", 'fg-joomla-to-wordpress'); ?>"><?php _ex('Not imported', 'categories', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="unpublished_categories_imported" name="unpublished_categories" type="radio" value="imported" <?php checked($data['unpublished_categories'], 'imported'); ?> /> <label for="unpublished_categories_imported" title="<?php _e("Import unpublished categories", 'fg-joomla-to-wordpress'); ?>"><?php _ex('Imported', 'categories', 'fg-joomla-to-wordpress'); ?></label>
					</td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Media:', 'fg-joomla-to-wordpress'); ?></th>
					<td><input id="skip_media" name="skip_media" type="checkbox" value="1" <?php checked($data['skip_media'], 1); ?> /> <label for="skip_media" ><?php _e('Skip media', 'fg-joomla-to-wordpress'); ?></label>
					<br />
					<div id="media_import_box">
						<?php _e('Featured image:', 'fg-joomla-to-wordpress'); ?>&nbsp;
<?php if ( defined('FGJ2WPP_LOADED') ): ?>
						<input id="featured_image_fulltext" name="featured_image" type="radio" value="fulltext" <?php checked($data['featured_image'], 'fulltext'); ?> /> <label for="featured_image_fulltext" title="<?php _e('Use the fulltext image (Joomla 2.5+) in priority', 'fg-joomla-to-wordpress'); ?>"><?php _e('fulltext image', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="featured_image_intro" name="featured_image" type="radio" value="intro" <?php checked($data['featured_image'], 'intro'); ?> /> <label for="featured_image_intro" title="<?php _e('Use the intro image (Joomla 2.5+) in priority', 'fg-joomla-to-wordpress'); ?>"><?php _e('intro image', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
<?php endif; ?>
						<input id="featured_image_first_image" name="featured_image" type="radio" value="first_image" <?php checked($data['featured_image'], 'first_image'); ?> /> <label for="featured_image_first_image" title="<?php _e('Use the first image from the content', 'fg-joomla-to-wordpress'); ?>"><?php _e('first content image', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="featured_image_none" name="featured_image" type="radio" value="none" <?php checked($data['featured_image'], 'none'); ?> /> <label for="featured_image_none" title="<?php _e("Don't use featured images", 'fg-joomla-to-wordpress'); ?>"><?php _e('none', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="only_featured_image" name="only_featured_image" type="checkbox" value="1" <?php checked($data['only_featured_image'], 1); ?> /> <label for="only_featured_image"><?php _e("Import only the featured images. Don't import the other images", 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="remove_first_image" name="remove_first_image" type="checkbox" value="1" <?php checked($data['remove_first_image'], 1); ?> /> <label for="remove_first_image"><?php _e('Remove the first image from the content when it is used as the featured image', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="remove_accents" name="remove_accents" type="checkbox" value="1" <?php checked($data['remove_accents'], 1); ?> /> <label for="remove_accents"><?php _e('Remove accents from file names', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="skip_thumbnails" name="skip_thumbnails" type="checkbox" value="1" <?php checked($data['skip_thumbnails'], 1); ?> /> <label for="skip_thumbnails"><?php _e("Don't generate the thumbnails", 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="import_external" name="import_external" type="checkbox" value="1" <?php checked($data['import_external'], 1); ?> /> <label for="import_external"><?php _e('Import the external media stored outside your site', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="import_duplicates" name="import_duplicates" type="checkbox" value="1" <?php checked($data['import_duplicates'], 1); ?> /> <label for="import_duplicates" title="<?php _e('Checked: download the media with their full path in order to import media with identical names.', 'fg-joomla-to-wordpress'); ?>"><?php _e('Import the media with duplicate names', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<input id="force_media_import" name="force_media_import" type="checkbox" value="1" <?php checked($data['force_media_import'], 1); ?> /> <label for="force_media_import" title="<?php _e('Checked: download the media even if it has already been imported. Unchecked: Download only media which were not already imported.', 'fg-joomla-to-wordpress'); ?>" ><?php _e('Force media import. <small>Keep unchecked except if you had previously some media download issues.</small>', 'fg-joomla-to-wordpress'); ?></label>
						<br />
						<?php _e('Timeout for each media:', 'fg-joomla-to-wordpress'); ?>&nbsp;
						<input id="timeout" name="timeout" type="text" size="5" value="<?php echo esc_attr($data['timeout']); ?>" /> <?php _e('seconds', 'fg-joomla-to-wordpress'); ?>
					</div></td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Meta keywords:', 'fg-joomla-to-wordpress'); ?></th>
					<td><input id="meta_keywords_in_tags" name="meta_keywords_in_tags" type="checkbox" value="1" <?php checked($data['meta_keywords_in_tags'], 1); ?> /> <label for="meta_keywords_in_tags" ><?php _e('Import meta keywords as tags', 'fg-joomla-to-wordpress'); ?></label></td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Create pages:', 'fg-joomla-to-wordpress'); ?></th>
					<td><input id="import_as_pages" name="import_as_pages" type="checkbox" value="1" <?php checked($data['import_as_pages'], 1); ?> /> <label for="import_as_pages" ><?php _e('Import as pages instead of blog posts (without categories)', 'fg-joomla-to-wordpress'); ?></label></td>
				</tr>