woocommerce_rest_prepare_report_stock

woocommerce_rest_prepare_report_stock

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_rest_prepare_report_stock') is found 1 times:

  • /src/Admin/API/Reports/Stock/Controller.php line 315
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
         * @param WP_REST_Response $response The response object.
         * @param WC_Product       $product   The original product object.
         * @param WP_REST_Request  $request  Request used to generate the response.
         */
        return apply_filters( 'woocommerce_rest_prepare_report_stock', $response, $product, $request );
    }
     
    /**
     * Prepare links for the request.
     *
     * @param  WC_Product $product Object data.