HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BOoms/pro-oils.be/wwwroot/wp-content/plugins/ppom-pro/templates/ppom-import.php
<?php
/**
 * Import PPOM Meta
 **/
?>

<div class="text-center ppom-import-export-block ppom-meta-card-block" style="display: none">
	
	<h3><?php _e( 'Import PPOM Meta', "ppom"); ?></h3>
	
	<form method="post" action="admin-post.php" enctype="multipart/form-data">
		<input type="hidden" name="action" value="ppom_import_meta" />
		<label for="file-upload" class="btn btn-success">
			<span><?php _e( 'Choose a file…', "ppom"); ?></span>
			<input id="file-upload" type="file" name="ppom_csv" style="display: none;">
		</label>
		<input type="submit" class="btn btn-primary" value="<?php _e( 'Import Meta', "ppom"); ?>">
	</form>

	<div class="text-right ppom-cancle-import-export-wrap">
		<button class="btn btn-danger ppom-cancle-import-export-btn"><?php _e( 'Cancel', "ppom"); ?></button>
	</div>

	<div class="clear" ></div>
</div>