WC_Admin_Report::get_export_button()publicWC 1.0

Get an export link if needed.

Method of the class: WC_Admin_Report{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Admin_Report = new WC_Admin_Report();
$WC_Admin_Report->get_export_button();

WC_Admin_Report::get_export_button() code WC 8.6.1

public function get_export_button() {}