File "html-report-by-period.php"
Full path: /var/www/html/wp-content/html-report-by-period.php
File
size: 373 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* Admin View: Report by Period
*
* Based on WooCommerce's Report by Date template but without date filters or sidebar.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div id="poststuff" class="woocommerce-reports-wide">
<div class="postbox">
<div class="inside">
<?php $this->get_main_chart(); ?>
</div>
</div>
</div>