filter_SSL

Advertisement

Summery Summery

Formats a URL to use https.

Syntax Syntax

filter_SSL( string $url )

Description Description

Useful as a filter.

Parameters Parameters

$url

(Required) URL

Return Return

(string) URL with https as the scheme

Source Source

File: wp-includes/ms-functions.php

	return $text;
}

/**
 * Whether to force SSL on content.
 *
 * @since 2.8.5
 *
 * @param bool $force
 * @return bool True if forced, false if not forced.
 */

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.5 Introduced.

Advertisement

Leave a Reply