woocommerce_rest_prepare_report_products

woocommerce_rest_prepare_report_products

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_rest_prepare_report_products') is found 1 times:

  • /src/Admin/API/Reports/Products/Controller.php line 105
    		 * @param WP_REST_Response $response The response object.
    		 * @param object           $report   The original report object.
    		 * @param WP_REST_Request  $request  Request used to generate the response.
    		 */
    		return apply_filters( 'woocommerce_rest_prepare_report_products', $response, $report, $request );
    	}
    
    	/**
    	 * Prepare links for the request.
    	 *
    	 * @param Array $object Object data.