LLMS_Site::is_clone()
Determine if this is a cloned site
Description Description
Compares the stored (and cleaned) llms_site_url against the WP site url.
Return Return
(boolean) Returns true
if it's a cloned site (urls do not match) and false
if it's not (urls DO match).
Source Source
File: includes/class.llms.site.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Add LLMS_SITE_IS_CLONE constant check. |
3.0.0 | Introduced. |