llms_is_site_https()

Check if the home URL is https. If it is, we don’t need to do things such as ‘force ssl’.


Return Return

(bool)


Top ↑

Source Source

File: includes/llms.functions.core.php

	if ( function_exists( 'is_gutenberg_page' ) && is_gutenberg_page() ) {
		return true;
	}


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.