15 lines
261 B
PHP
15 lines
261 B
PHP
|
<?php
|
||
|
/**
|
||
|
* WooCommerce Reporting Functions
|
||
|
*
|
||
|
* Functions for getting sales reports.
|
||
|
*
|
||
|
* @author WooThemes
|
||
|
* @category Core
|
||
|
* @package WooCommerce/Functions
|
||
|
* @version 2.1.0
|
||
|
*/
|
||
|
|
||
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||
|
|