7250* Filters the list of protocols allowed in HTML attributes.7251*7252* @since 3.0.07253*7254* @param string[]$protocolsArray of allowed protocols e.g.'http','ftp','tel',and more.7255*/7256$protocols=array_unique((array)apply_filters('kses_allowed_protocols',$protocols));7257}72587259return$protocols;7260}72617262/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.