7212* Filters the list of protocols allowed in HTML attributes.7213*7214* @since 3.0.07215*7216* @param string[]$protocolsArray of allowed protocols e.g.'http','ftp','tel',and more.7217*/7218$protocols=array_unique((array)apply_filters('kses_allowed_protocols',$protocols));7219}72207221return$protocols;7222}72237224/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.