woocommerce_review_order_url

woocommerce_review_order_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.1

apply_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