LLMS_Site::is_clone_ignored()
Determines whether or not the clone warning notice has been ignored
Description Description
This prevents the warning from redisplaying when the site is a clone and automatic payments remain disabled.
Return Return
(boolean)
Source Source
File: includes/class.llms.site.php
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Use llms_parse_bool() to determine check the option value. |
3.0.0 | Introduced. |