woocommerce_rest_prepare_report_customers_stats

woocommerce_rest_prepare_report_customers_stats

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_rest_prepare_report_customers_stats') is found 1 times:

  • /src/Admin/API/Reports/Customers/Stats/Controller.php line 123
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
         * @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_customers_stats', $response, $report, $request );
    }
     
    /**
     * Get the Report's schema, conforming to JSON Schema.
     *
     * @return array