HEX
Server: Apache
System: Linux webm003.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: assotraipi (849654)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/assotraipi/www/wp-content/plugins/download-monitor/assets/views/order/page-order-overview.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} // Exit if accessed directly
?>
<div class="wrap dlm-order-overview">

	<?php
	$table = new \WPChill\DownloadMonitor\Shop\Admin\OrderTable();
	$table->prepare_items();
	?>

    <div id="icon-edit" class="icon32 icon32-posts-dlm_download"><br/></div>

    <h1><?php echo esc_html__( 'Orders', 'download-monitor' ); ?></h1>

    <form method="post">
		<?php $table->display() ?>
    </form>

</div>