Checkout::is_option_set()
Determines whether or not the success page option is set.
Return
(bool)
Source
File: src/Tickets/Commerce/Checkout.php
public function is_option_set() {
$page = $this->get_page_id();
return ! empty( $page );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |