WordPress.org

Codex

Function Reference/filter SSL

This page is marked as incomplete. You can help Codex by expanding it.

Contents

Description

Formats an URL to use https. Useful as a filter.

Usage

<?php filter_SSL$url ?>

Parameters

$url
(string) (required) The URL to format
Default: None

Return Value

(string) 
the formatted URL

Examples


Notes

Change Log

Since: 2.8.5

Source File

filter_SSL() is located in wp-includes/ms-functions.php

Related

 

See also index of Function Reference and index of Template Tags.