apply_filters( 'tec_tickets_commerce_checkout_registration_url', string $login_url )

Provides an opportunity to modify the registration URL used within frontend checkout (typically when they need to login before they can proceed).


Parameters

$login_url

(string)


Top ↑

Source

File: src/Tickets/Commerce/Checkout.php


Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.