7198* Filters the list of protocols allowed in HTML attributes.7199*7200* @since 3.0.07201*7202* @param string[]$protocolsArray of allowed protocols e.g.'http','ftp','tel',and more.7203*/7204$protocols=array_unique((array)apply_filters('kses_allowed_protocols',$protocols));7205}72067207return$protocols;7208}72097210/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.