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)


Top ↑

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 );

	}

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.





Permalink: