LLMS_Site::is_clone_ignored()
Determines whether or not the clone warning notice has been ignored this prevents the warning from redisplaying when the site is a clone and automatic payments remain disabled
Description Description
Return Return
(boolean)
Source Source
File: includes/class.llms.site.php
public static function is_clone_ignored() { $ignore = apply_filters( 'llms_site_is_clone_ignored', get_option( 'llms_site_url_ignore', 'no' ) ); return ( 'yes' === $ignore ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: