🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 13:46:09 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
API
/
Reports
📍 /home/therahul/ramailobhela.com/wp-content/plugins/woocommerce/src/Admin/API/Reports
🔄 Refresh
✏️
Editing: DataStoreInterface.php
Writable
<?php /** * Reports Data Store Interface */ namespace Automattic\WooCommerce\Admin\API\Reports; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * WooCommerce Reports data store interface. * * @since 3.5.0 */ interface DataStoreInterface { /** * Get the data based on args. * * @param array $args Query parameters. * @return stdClass|WP_Error */ public function get_data( $args ); }
💾 Save Changes
❌ Cancel