LLMS_Site::clear_lock_url()

Clears the value of the lock URL


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.site.php

	public static function clear_lock_url() {
		update_option( 'llms_site_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.