wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_is_home_url_using_https › WordPress Function

Od5.7.0
Przestarzałyn/a
wp_is_home_url_using_https ( Brak parametrów )
Zobacz:
Powrót:
  • (bool) True if using HTTPS, false otherwise.
Zdefiniowane na:
Codex:

Checks whether the current site URL is using HTTPS.



Źródło

function wp_is_home_url_using_https() {
	return 'https' === wp_parse_url( home_url(), PHP_URL_SCHEME );
}