WC_API_Reports::get_reports()

Get a simple listing of available reports


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/legacy/api/v2/class-wc-api-reports.php

	public function get_reports() {
		return array( 'reports' => array( 'sales', 'sales/top_sellers' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.