woocommerce_reports_charts

woocommerce_reports_charts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_reports_charts') is found 1 times:

  • /includes/admin/class-wc-admin-reports.php line 144
    			);
    		}
    
    		$reports = apply_filters( 'woocommerce_admin_reports', $reports );
    		$reports = apply_filters( 'woocommerce_reports_charts', $reports ); // Backwards compatibility.
    
    		foreach ( $reports as $key => $report_group ) {
    			if ( isset( $reports[ $key ]['charts'] ) ) {
    				$reports[ $key ]['reports'] = $reports[ $key ]['charts'];
    			}