LLMS_Site::set_lock_url()
Stores the current site’s lock url into the database
Return Return
(void)
Source Source
File: includes/class.llms.site.php
public static function set_lock_url() { update_option( 'llms_site_url', self::get_lock_url() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |