apply_filters( 'tec_tickets_commerce_checkout_is_current_page', bool $is_current_page )

Allows modifications to the conditional of if we are in the checkout page.


Parameters

$is_current_page

(bool) Are we in the current page for checkout.


Top ↑

Source

File: src/Tickets/Commerce/Checkout.php


Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.