woocommerce_get_checkout_payment_url, $pay_url, $this

woocommerce_get_checkout_payment_url, $pay_url, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_checkout_payment_url, $pay_url, $this') is found 1 times:

  • /includes/class-wc-order.php line 1939
    				$pay_url
    			);
    		}
    
    		return apply_filters( 'woocommerce_get_checkout_payment_url', $pay_url, $this );
    	}
    
    	/**
    	 * Generates a URL for the thanks page (order received).
    	 *
    	 * @return string