LLMS_Site::set_lock_url()

Stores the current site’s lock url into the database


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.site.php

	public static function set_lock_url() {
		update_option( 'llms_site_url', self::get_lock_url() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.