| Server IP : 5.129.245.98 / Your IP : 216.73.217.19 Web Server : Apache/2.4.66 (Debian) System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/content-egg/application/admin/views/ |
Upload File : |
<?php
defined('\ABSPATH') || exit;
use ContentEgg\application\components\ModuleManager;
use ContentEgg\application\helpers\AdminHelper;
use ContentEgg\application\models\AutoblogModel;
?>
<table cellspacing="2" cellpadding="5" style="width: 100%;" class="form-table">
<tbody>
<tr class="form-field">
<th valign="top" scope="row">
<label for="name"><?php esc_html_e('Name', 'content-egg'); ?></label>
</th>
<td>
<input id="name" name="item[name]" type="text" value="<?php echo esc_attr($item['name']) ?>" size="50" class="code" placeholder="<?php esc_html_e('Name for autoblogging (optional)', 'content-egg'); ?>">
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="status"><?php esc_html_e('Task status', 'content-egg'); ?></label>
</th>
<td>
<select id="status" name="item[status]">
<option value="1" <?php if ($item['status']) echo ' selected="selected"'; ?>><?php esc_html_e('Enabled', 'content-egg'); ?></option>
<option value="0" <?php if (!$item['status']) echo ' selected="selected"'; ?>><?php esc_html_e('Disabled', 'content-egg'); ?></option>
</select>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="run_frequency"><?php esc_html_e('Recurrency', 'content-egg'); ?></label>
</th>
<td>
<select id="run_frequency" name="item[run_frequency]">
<option value="3600" <?php if ($item['run_frequency'] == 3600) echo ' selected="selected"'; ?>><?php esc_html_e('Every hour', 'content-egg'); ?></option>
<option value="17280" <?php if ($item['run_frequency'] == 17280) echo ' selected="selected"'; ?>><?php esc_html_e('5 times in a day', 'content-egg'); ?></option>
<option value="43200" <?php if ($item['run_frequency'] == 43200) echo ' selected="selected"'; ?>><?php esc_html_e('Twice daily', 'content-egg'); ?></option>
<option value="86400" <?php if ($item['run_frequency'] == 86400) echo ' selected="selected"'; ?>><?php esc_html_e('Once a day', 'content-egg'); ?></option>
<option value="259200" <?php if ($item['run_frequency'] == 259200) echo ' selected="selected"'; ?>><?php esc_html_e('Each three days', 'content-egg'); ?></option>
<option value="604800" <?php if ($item['run_frequency'] == 604800) echo ' selected="selected"'; ?>><?php esc_html_e('Once a week', 'content-egg'); ?></option>
<option value="1209600" <?php if ($item['run_frequency'] == 1209600) echo ' selected="selected"'; ?>><?php esc_html_e('Once in 2 weeks', 'content-egg'); ?></option>
</select>
<p class="description"><?php esc_html_e('How often autoblogging will run this task.', 'content-egg'); ?></p>
</td>
</tr>
<?php if (!$batch) : ?>
<tr class="form-field">
<th valign="top" scope="row">
<label for="keywords"><?php esc_html_e('Keywords', 'content-egg'); ?></label>
</th>
<td>
<table width='100%'>
<tr>
<td valign="top" style="vertical-align: top;" width="50%">
<div style="margin-bottom: 10px;">
<button id="tool_capitalise" title="<?php esc_html_e('Uppercase First Letter for Each Word', 'content-egg'); ?>"><span class="ui-icon ui-icon-arrowthick-1-n"></span></button>
<button href="#" id="tool_upper_first" title="<?php esc_html_e('Uppercase first letter', 'content-egg'); ?>"><span class="ui-icon ui-icon-carat-1-n"></span></button>
<button href="#" id="tool_sort" title="<?php esc_html_e('Sort with alpha order', 'content-egg'); ?>"><span class="ui-icon ui-icon-arrow-1-s"></span></button>
<button href="#" id="tool_add_minus" title="<?php esc_html_e('All words are inactive', 'content-egg'); ?>"><span class="ui-icon ui-icon-minus"></span></button>
<button href="#" id="tool_del_minus" title="<?php esc_html_e('All words are active', 'content-egg'); ?>"><span class="ui-icon ui-icon-plus"></span></button>
<button href="#" id="tool_delete" title="<?php esc_html_e('Clear list', 'content-egg'); ?>"><span class="ui-icon ui-icon-closethick"></span></button>
</div>
<textarea rows="28" id="keywords" name="item[keywords]" class="small-text"><?php echo esc_html($item['keywords']) ?></textarea>
<div>
<?php esc_html_e('Total', 'content-egg'); ?>: <b><span id="k_count">0</span></b>
</div>
</td>
<td valign="top" style="vertical-align: top;">
<div id="cegg-parsers-tabs">
<ul>
<li><a href="#fragment-1"><?php esc_html_e('Hints', 'content-egg'); ?></a></li>
<?php /*
<li><a href="#fragment-2"><?php esc_html_e('Trends', 'content-egg'); ?></a></a></li>
<li><a href="#fragment-3"><?php esc_html_e('Products', 'content-egg'); ?></a></a></li>
*
*/
?>
</ul>
<div id="fragment-1">
<div id="sug_btn_group" class="btn-group" data-toggle="buttons-radio" style="margin-bottom: 10px;">
<input id="sug_google" name="sug_radio" value="sug_google" type="radio" checked="checked"><label for="sug_google">Google</label>
<?php /*
<input id="sug_amazon" name="sug_radio" value="sug_amazon" type="radio"><label for="sug_amazon">Amazon</label>
*/ ?>
</div>
<input type="text" id="sug_query" placeholder="<?php esc_html_e('Start enter keyword', 'content-egg'); ?>" />
<select multiple="multiple" id="sug_keywords" style="width: 98%" size="23"></select>
</div>
<?php /*
<div id="fragment-2">
<div style="margin-bottom: 10px;">
<button id="trend_google" type="button">Hot Trends...</button>
</div>
<select multiple="multiple" id="trend_keywords" style="width: 98%" size="24"></select>
</div>
<div id="fragment-3">
<div style="margin-bottom: 10px;">
<select id='amazon_categ'>
<?php foreach ($item['amazon_categs'] as $ac_value => $ac_name): ?>
<option value='<?php echo $ac_value; ?>'><?php echo $ac_name; ?></option>
<?php endforeach; ?>
</select>
<select id='amazon_section'>
<option value='bestsellers'>Bestsellers</option>
<option value='new-releases'>New Releases</option>
<option value='movers-and-shakers'>Movers and Shakers</option>
<option value='top-rated'>Top Rated</option>
<option value='most-wished-for'>Most Wished For</option>
<option value='most-gifted'>Most Gifted</option>
</select>
<button id="trend_goods" type="button"><?php esc_html_e('Load...', 'content-egg'); ?></button>
</div>
<select multiple="multiple" id="goods_keywords" style="width: 98%" size="24"></select>
</div>
*
*/
?>
</div>
</td>
</tr>
</table>
<p class="">
<?php esc_html_e('Each keyword from separate line.', 'content-egg'); ?>
<?php esc_html_e('One keyword is one post.', 'content-egg'); ?>
<?php esc_html_e('Handled keywords are marked by [brackets].', 'content-egg'); ?>
<?php esc_html_e('When all keywords will be processed, task will stop.', 'content-egg'); ?>
</p>
<p class="">
<?php esc_html_e('You can also use separate keywords for some modules:', 'content-egg'); ?><br>
<code>Main Keyword;ModuleId1:Keyword 1;ModuleId2:Keyword 2;</code>
</p>
</td>
</tr>
<?php endif; ?>
<?php if ($batch) : ?>
<tr class="form-field">
<th valign="top" scope="row">
<label for="keywords_file"><?php esc_html_e('Keywords', 'content-egg'); ?></label>
</th>
<td>
<input id="keywords_file" type="file" name="item[keywords_file]" value="" />
<p class="description">
<?php esc_html_e('Two format are supported: ', 'content-egg'); ?>
<br>
<br>
<b>1. <?php esc_html_e('CSV files in format:', 'content-egg'); ?></b>
<br>
<code>category 1;keyword 1<br>
category 1;keyword 2<br>
category 2;keyword 3<br>
category 2;keyword 4<br>
...
</code>
<br>
<?php esc_html_e('Divider - ";"', 'content-egg'); ?><br>
<?php esc_html_e('For each category will be created separate task for autoblog.', 'content-egg'); ?>
<br><br>
<b>2. <?php esc_html_e('TXT files:', 'content-egg'); ?></b><br>
<?php esc_html_e('Simple text file with list of keywords (each word from separate line).', 'content-egg'); ?>
<br>
<?php esc_html_e('File must be in UTF-8', 'content-egg'); ?>
<br><br>
<?php esc_html_e('You can also use separate keywords for some modules:', 'content-egg'); ?><br>
<code>Main Keyword;ModuleId1:Keyword 1;ModuleId2:Keyword 2;</code>
</p>
</td>
</tr>
<?php endif; ?>
<tr class="form-field">
<th valign="top" scope="row">
<label for="keywords_per_run"><?php esc_html_e('Process keywords', 'content-egg'); ?></label>
</th>
<td>
<input id="keywords_per_run" name="item[keywords_per_run]" value="<?php echo esc_attr($item['keywords_per_run']) ?>" type="number" class="small-text">
<p class="description"><?php esc_html_e('How many keywords to process at a time.', 'content-egg'); ?></p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="template_title"><?php esc_html_e('Post title template ', 'content-egg'); ?></label>
</th>
<td>
<input id="template_title" name="item[template_title]" value="<?php echo esc_attr($item['template_title']) ?>" type="text" class="regular-text ltr">
<p class="description">
<?php esc_html_e('Use tags:', 'content-egg'); ?> %KEYWORD%, %KEYWORD.ModuleID%, %PRODUCT.title%, %PRODUCT.price%, %PRODUCT.merchant%, %PRODUCT.domain%, %PRODUCT.manufacturer%,...<br>
<?php esc_html_e('For display data of plugin use special tags, for example:', 'content-egg'); ?> %Amazon.title%.<br>
<?php esc_html_e('You also can set index number for access to data of plugin', 'content-egg'); ?> %Amazon.0.price%.<br>
<?php esc_html_e('You can use spin syntax with synonyms, for example, {Discount|Sale|Cheap}.', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="template_body"><?php esc_html_e('Post text template ', 'content-egg'); ?></label>
</th>
<td>
<textarea rows="4" id="template_body" name="item[template_body]"><?php echo esc_html($item['template_body']) ?></textarea>
<p class="description">
<?php esc_html_e('You can use CE shortcodes like:', 'content-egg'); ?>
[content-egg module=Amazon template=grid]<br>
<?php esc_html_e('Spin syntax and all tags from title template, will also work here.', 'content-egg'); ?><br>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="template_slug"><?php esc_html_e('Slug template ', 'content-egg'); ?></label>
</th>
<td>
<input id="template_title" name="item[template_slug]" value="<?php echo esc_attr($item['template_slug']) ?>" type="text" class="regular-text ltr">
<p class="description">
<?php esc_html_e('You can leave this field blank or use tags:', 'content-egg'); ?> %KEYWORD%, %PRODUCT.title%,...<br>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="include_modules"><?php esc_html_e('Only selected modules', 'content-egg'); ?></label>
</th>
<td>
<div class="cegg-checkboxgroup">
<?php foreach (ModuleManager::getInstance()->getParserModules(true) as $module) : ?>
<div class="cegg-checkbox">
<label><input <?php if (in_array($module->getId(), $item['include_modules'])) echo 'checked'; ?> value="<?php echo esc_attr($module->getId()); ?>" type="checkbox" name="item[include_modules][]" /><?php echo esc_html($module->getName()); ?></label>
</div>
<?php endforeach; ?>
</div>
<p class="description">
<?php esc_html_e('Run only selected modules for this task.', 'content-egg'); ?>
<?php esc_html_e('If you don\'t select any modules, all active modules will be used.', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="exclude_modules"><?php esc_html_e('Exclude modules', 'content-egg'); ?></label>
</th>
<td>
<div class="cegg-checkboxgroup">
<?php foreach (ModuleManager::getInstance()->getParserModules(true) as $module) : ?>
<div class="cegg-checkbox">
<label><input <?php if (in_array($module->getId(), $item['exclude_modules'])) echo 'checked'; ?> value="<?php echo esc_attr($module->getId()); ?>" type="checkbox" name="item[exclude_modules][]" /><?php echo esc_html($module->getName()); ?></label>
</div>
<?php endforeach; ?>
</div>
<p class="description">
<?php esc_html_e('Chosen modules will not run in this configuration. ', 'content-egg'); ?>
</p>
</td>
</tr>
<?php
$options = AutoblogModel::getPostStatusOptions();
$current = isset($item['post_status'])
? (int) $item['post_status']
: 1;
echo '<tr class="form-field">';
echo '<th scope="row"><label for="post_status">'
. esc_html__('Post status', 'content-egg')
. '</label></th>';
echo '<td>';
echo '<select id="post_status" name="item[post_status]">';
foreach ($options as $value => $label)
{
printf(
'<option value="%s" %s>%s</option>',
esc_attr($value),
selected($current, $value, false),
esc_html($label)
);
}
echo '</select>';
echo '</td>';
echo '</tr>';
?>
<tr class="form-field">
<th valign="top" scope="row">
<label for="post_type"><?php esc_html_e('Post type', 'content-egg'); ?></label>
</th>
<td>
<?php
$post_types = \get_post_types(array('public' => true), 'names');
if (isset($post_types['attachment']))
unset($post_types['attachment']);
?>
<select id="post_type" name="item[post_type]">
<?php foreach ($post_types as $pt) : ?>
<option value="<?php echo \esc_attr($pt); ?>" <?php if ($item['post_type'] == $pt) echo ' selected="selected"'; ?>><?php echo \esc_html($pt); ?></option>
<?php endforeach; ?>
</select>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="category"><?php esc_html_e('Category ', 'content-egg'); ?></label>
</th>
<td>
<?php $categories = AdminHelper::getCategoryList(); ?>
<select name="item[category]" id="category">
<?php if ($batch) : ?>
<option value="-1" <?php \selected($item['category'], -1); ?>>[ <?php esc_html_e('Create Automatically', 'content-egg'); ?> ]</option>
<?php endif; ?>
<?php foreach ($categories as $c_id => $c_name) : ?>
<option value="<?php echo \esc_attr($c_id); ?>" <?php \selected($item['category'], $c_id); ?>>
<?php echo \esc_attr($c_name); ?>
</option>
<?php endforeach; ?>
</select>
<p class="description">
<?php esc_html_e('Default category.', 'content-egg'); ?>
<?php if ($batch) : ?>
<?php esc_html_e('"Create Automatically" means, that categories will be created based on data of CSV file with keywords and categories.', 'content-egg'); ?>
<?php endif; ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="user_id"><?php esc_html_e('User', 'content-egg'); ?></label>
</th>
<td>
<?php
\wp_dropdown_users(array(
'name' => 'item[user_id]',
'capability' => array('edit_posts'),
'id' => 'user_id',
'selected' => $item['user_id']
));
?>
<p class="description"><?php esc_html_e('This user will be author of posts.', 'content-egg'); ?></p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="dynamic_categories"><?php esc_html_e('Dynamic categories', 'content-egg'); ?></label>
</th>
<td>
<select id="post_status" name="item[config][dynamic_categories]">
<option value="0" <?php if ($item['config']['dynamic_categories'] == 0) echo ' selected="selected"'; ?>><?php esc_html_e('Do not create', 'content-egg'); ?></option>
<option value="1" <?php if ($item['config']['dynamic_categories'] == 1) echo ' selected="selected"'; ?>><?php esc_html_e('Create category', 'content-egg'); ?></option>
<option value="2" <?php if ($item['config']['dynamic_categories'] == 2) echo ' selected="selected"'; ?>><?php esc_html_e('Create nested categories', 'content-egg'); ?></option>
</select>
<p class="description"><?php esc_html_e('Create a category automatically, if the main product has a category data.', 'content-egg'); ?></p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="min_modules_count"><?php esc_html_e('Minimum modules required', 'content-egg'); ?></label>
</th>
<td>
<input id="min_modules_count" name="item[min_modules_count]" value="<?php echo esc_attr($item['min_modules_count']) ?>" type="number" class="small-text">
<p class="description"><?php esc_html_e('Post will not be published if no content for such number of modules.', 'content-egg'); ?></p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="min_comment_count"><?php esc_html_e('Minimum reviews required', 'content-egg'); ?></label>
</th>
<td>
<input id="min_modules_count" name="item[config][min_comments_count]" value="<?php echo esc_attr($item['config']['min_comments_count']) ?>" type="number" class="small-text">
<p class="description"><?php esc_html_e('Post will not be published if there are no user reviews. This option works only for AE modules.', 'content-egg'); ?></p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="autoupdate_modules"><?php esc_html_e('Update by keyword', 'content-egg'); ?></label>
</th>
<td>
<div class="cegg-checkboxgroup">
<?php foreach (ModuleManager::getInstance()->getAffiliateParsers(true) as $module) : ?>
<div class="cegg-checkbox">
<label><input <?php if (in_array($module->getId(), $item['autoupdate_modules'])) echo 'checked'; ?> value="<?php echo esc_attr($module->getId()); ?>" type="checkbox" name="item[autoupdate_modules][]" /><?php echo esc_html($module->getName()); ?></label>
</div>
<?php endforeach; ?>
</div>
<p class="description">
<?php esc_html_e('For selected modules, the current keyword will be used as a keyword for autoupdate. Data of the module will be updated periodically In accordance with the configuration of the lifetime of the cache.', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="required_modules"><?php esc_html_e('Required modules', 'content-egg'); ?></label>
</th>
<td>
<div class="cegg-checkboxgroup">
<?php foreach (ModuleManager::getInstance()->getParserModules(true) as $module) : ?>
<div class="cegg-checkbox">
<label><input <?php if (in_array($module->getId(), $item['required_modules'])) echo 'checked'; ?> value="<?php echo esc_attr($module->getId()); ?>" type="checkbox" name="item[required_modules][]" /><?php echo esc_html($module->getName()); ?></label>
</div>
<?php endforeach; ?>
</div>
<p class="description">
<?php esc_html_e('Post will not be publicized if no results for these modules.', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="main_product"><?php esc_html_e('Main product', 'content-egg'); ?></label>
</th>
<td>
<select id="main_product" name="item[main_product]">
<option value="min_price" <?php if ($item['main_product'] == 'min_price') echo ' selected="selected"'; ?>><?php esc_html_e('Minimum price', 'content-egg'); ?></option>
<option value="max_price" <?php if ($item['main_product'] == 'max_price') echo ' selected="selected"'; ?>><?php esc_html_e('Maximum price', 'content-egg'); ?></option>
<option value="random" <?php if ($item['main_product'] == 'random') echo ' selected="selected"'; ?>><?php esc_html_e('Random', 'content-egg'); ?></option>
</select>
<p class="description">
<?php esc_html_e('How to choose "main" product?', 'content-egg'); ?>
<?php esc_html_e('Then you can use tags:', 'content-egg'); ?> %PRODUCT.title%, %PRODUCT.price%, %PRODUCT.merchant%, %PRODUCT.domain%, %PRODUCT.manufacturer%,...
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="tags"><?php esc_html_e('Tags', 'content-egg'); ?></label>
</th>
<td>
<input id="tags" name="item[tags]" value="<?php echo esc_attr($item['tags']) ?>" type="text" class="regular-text ltr">
<p class="description">
<?php esc_html_e('Comma separated list of tags.', 'content-egg'); ?>
<?php esc_html_e('Spin syntax and also all tags from title template, will also work here.', 'content-egg'); ?><br>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="product_condition"><?php esc_html_e('Product condition', 'content-egg'); ?></label>
</th>
<td>
<select id="product_condition" name="item[product_condition]">
<option value="" <?php if (!empty($item['product_condition'])) echo ' selected="selected"'; ?>><?php esc_attr_e('Any', 'content-egg'); ?></option>
<option value="new" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'new') echo ' selected="selected"'; ?>><?php esc_attr_e('New', 'content-egg'); ?></option>
<option value="used" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'used') echo ' selected="selected"'; ?>><?php esc_attr_e('Used', 'content-egg'); ?></option>
<option value="refurbished" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'refurbished') echo ' selected="selected"'; ?>><?php esc_attr_e('Refurbished', 'content-egg'); ?></option>
<option value="new_other" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'new_other') echo ' selected="selected"'; ?>><?php esc_attr_e('Open box, no signs (Ebay only)', 'content-egg'); ?></option>
<option value="seller_refurbished" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'seller_refurbished') echo ' selected="selected"'; ?>><?php esc_attr_e('Seller refurbished (Ebay only)', 'content-egg'); ?></option>
<option value="for_parts" <?php if (isset($item['product_condition']) && $item['product_condition'] == 'for_parts') echo ' selected="selected"'; ?>><?php esc_attr_e('For parts or not working (Ebay only)', 'content-egg'); ?></option>
</select>
<p class="description">
<?php esc_html_e('This parameter is supported only by the following modules: Amazon, Ebay', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="avoid_duplicates"><?php esc_html_e('Avoid duplicates', 'content-egg'); ?></label>
</th>
<td>
<?php if (empty($item['config']['avoid_duplicates'])) echo ' selected="selected"'; ?>
<select id="avoid_duplicates" name="item[config][avoid_duplicates]">
<option value="enabled" <?php if (isset($item['config']['avoid_duplicates']) && $item['config']['avoid_duplicates'] == 'enabled') echo ' selected="selected"'; ?>><?php esc_attr_e('Enabled', 'content-egg'); ?></option>
<option value="disabled" <?php if (isset($item['config']['avoid_duplicates']) && $item['config']['avoid_duplicates'] == 'disabled') echo ' selected="selected"'; ?>><?php esc_attr_e('Disabled', 'content-egg'); ?></option>
</select>
<p class="description">
<?php esc_html_e('Avoid importing product duplicates by EAN/ISBN. The following option must be enabled: Content Egg > WooCommerce > Sync EAN/ISBN.', 'content-egg'); ?>
</p>
</td>
</tr>
<tr class="form-field">
<th valign="top" scope="row">
<label for="custom_fields"><?php esc_html_e('Add custom fields', 'content-egg'); ?></label>
</th>
<td>
<div style="width: 50%;float:left;">
<?php for ($i = 0; $i < count($item['custom_field_names']); $i++) : ?>
<input type="text" value="<?php echo esc_attr($item['custom_field_names'][$i]); ?>" name="item[custom_field_names][]" placeholder="<?php esc_html_e('Custom Field', 'content-egg'); ?> <?php echo esc_html($i + 1); ?>" id="custom_fields" />
<?php endfor; ?>
</div>
<div style="width: 50%;float:left;">
<?php for ($i = 0; $i < count($item['custom_field_values']); $i++) : ?>
<input value="<?php echo esc_attr($item['custom_field_values'][$i]); ?>" type="text" name="item[custom_field_values][]" placeholder="<?php esc_html_e('Value', 'content-egg'); ?> <?php echo esc_html($i + 1); ?>" />
<?php endfor; ?>
</div>
<p class="description">
<?php esc_html_e('Spin syntax and also all tags from title template, will also work here.', 'content-egg'); ?><br>
</p>
</td>
</tr>
</tbody>
</table>