woocommerce_rest_performance_indicators_data_value

woocommerce_rest_performance_indicators_data_value

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_rest_performance_indicators_data_value') is found 1 times:

  • /src/Admin/API/Reports/PerformanceIndicators/Controller.php line 433
    				'stat'   => $stat,
    				'chart'  => $chart,
    				'label'  => $label,
    				'format' => $format,
    				'value'  => apply_filters( 'woocommerce_rest_performance_indicators_data_value', $data, $stat, $report, $chart, $query_args ),
    			);
    		}
    
    		usort( $stats, array( $this, 'sort' ) );
    
    		$objects = array();
    

See this hook used in plugins: