apply_filters( 'kses_allowed_protocols', array $protocols )

Filters the list of protocols allowed in HTML attributes.


Description


Parameters

$protocols

(array) Array of allowed protocols e.g. 'http', 'ftp', 'tel', and more.


Top ↑

Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog

Version Description
3.0.0 Introduced.