Main::disable_checkout_page_custom_layout( bool $evaluated, int $post_id, array $condition )
If there is an custom layout that created for checkout page, disable it for the thank you page.
Parameters
- $evaluated
-
(Required) current evaluation value.
- $post_id
-
(Required) current post ID.
- $condition
-
(Required) registered condition details.
Return
(bool)
Source
File: includes/modules/woocommerce_booster/custom_thank_you/main.php
Expand full source code Collapse full source code View on Github