LLMS_Site::clear_lock_url()
Clears the value of the lock URL
Return Return
(void)
Source Source
File: includes/class.llms.site.php
public static function clear_lock_url() { update_option( 'llms_site_url', '' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |