woocommerce_rest_prepare_data_currency

woocommerce_rest_prepare_data_currency

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_rest_prepare_data_currency') is found 1 times:

  • /includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php line 170
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
         * @param WP_REST_Response $response The response object.
         * @param array            $item     Currency data.
         * @param WP_REST_Request  $request  Request used to generate the response.
         */
        return apply_filters( 'woocommerce_rest_prepare_data_currency', $response, $item, $request );
    }
     
    /**
     * Prepare links for the request.
     *
     * @param object $item Data object.