LLMS_Site::check_status()
Check if the site is cloned and not ignored
Description Description
Return Return
(boolean) Returns true
when a clone is detected, otherwise false
.
Source Source
File: includes/class.llms.site.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Reverse the order of checks in the if statements for a minor performance improvement when the LLMS_SITE_IS_CLONE constant is being used. |
4.12.0 | Introduced. |