WC_Admin_Reports::register_hook_handlers
Register the proper hook handlers.
Method of the class: WC_Admin_Reports{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Admin_Reports::register_hook_handlers();
WC_Admin_Reports::register_hook_handlers() WC Admin Reports::register hook handlers code WC 10.4.3
public static function register_hook_handlers() {
add_filter( 'woocommerce_after_dashboard_status_widget_parameter', array( __CLASS__, 'get_report_instance' ) );
add_filter( 'woocommerce_dashboard_status_widget_reports', array( __CLASS__, 'replace_dashboard_status_widget_reports' ) );
}