File "_export_header.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/product-import-export-for-woo/admin/modules/export/views/_export_header.php
File size: 392 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) {
    exit;
}
?>
<div class="wt-iew-settings-header">
	<h3>
		<?php _e('Export'); ?><?php if($this->step!='post_type'){ ?> <span class="wt_iew_step_head_post_type_name"></span><?php } ?>: <?php echo $this->step_title; ?>
	</h3>
	<span class="wt_iew_step_info" title="<?php echo $this->step_summary; ?>">
		<?php 
		echo $this->step_summary;
		?>
	</span>
</div>