is_llms_checkout()
Determine if the LifterLMS Checkout page is being displayed.
Return Return
(boolean)
Source Source
File: includes/functions/llms-functions-conditional-tags.php
function is_llms_checkout() { return is_page( llms_get_page_id( 'checkout' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.0 | Remove ternary condition. |
1.4.6 | Introduced. |