woocommerce_review_order_url
woocommerce_review_order_url
Appears in: woocommerce.10.9.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.9.1apply_filters('woocommerce_review_order_url') is found 1 times:
- /src/Internal/OrderReviews/Endpoint.php line 656
* * @param string $url The review-order URL. * @param WC_Order $order The order object. */ return (string) apply_filters( 'woocommerce_review_order_url', $url, $order ); } /** * Read the order key from the request, sanitised. * * @return string