Example #1
0
    ?>
 />&nbsp;<?php 
    echo $custom_field['field_title'] . ' : ' . $key;
    ?>
</label>
							<?php 
}
?>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<textarea id="field_export" rows="6" cols="80" ><?php 
echo esc_textarea(custom_fields_export($custom_fields));
?>
</textarea>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<?php 
wp_nonce_field('export');
?>
							<input type="submit" class="button" value="<?php 
esc_html_e('Create Custom Fields Export', $this->text_domain);
?>
" />
Example #2
0
    ?>
 />&nbsp;<?php 
    echo $custom_field['field_title'] . ' : ' . $key;
    ?>
</label>
							<?php 
}
?>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<textarea id="field_export" rows="6" cols="80" ><?php 
esc_html_e(custom_fields_export($custom_fields));
?>
</textarea>
						</td>
					</tr>
					<tr>
						<th>
						</th>
						<td>
							<?php 
wp_nonce_field('export');
?>
							<input type="submit" class="button" value="<?php 
_e('Create Custom Fields Export', $this->text_domain);
?>
" />