Automattic\WooCommerce\Admin
ReportExporter::get_scheduler_actions
Get all available scheduling actions. Used to determine action hook names and clear events.
Method of the class: ReportExporter{}
No Hooks.
Returns
Array.
Usage
$result = ReportExporter::get_scheduler_actions();
ReportExporter::get_scheduler_actions() ReportExporter::get scheduler actions code WC 10.8.1
public static function get_scheduler_actions() {
return array(
'export_report' => 'woocommerce_admin_report_export',
'email_report_download_link' => 'woocommerce_admin_email_report_download_link',
);
}