woocommerce_rest_prepare_report_stock_stats

woocommerce_rest_prepare_report_stock_stats

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_rest_prepare_report_stock_stats') is found 1 times:

  • /src/Admin/API/Reports/Stock/Stats/Controller.php line 77
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
         * @param WP_REST_Response $response The response object.
         * @param WC_Product       $report   The original object.
         * @param WP_REST_Request  $request  Request used to generate the response.
         */
        return apply_filters( 'woocommerce_rest_prepare_report_stock_stats', $response, $report, $request );
    }
     
    /**
     * Get the Report's schema, conforming to JSON Schema.
     *
     * @return array