7167* Filters the list of protocols allowed in HTML attributes.7168*7169* @since 3.0.07170*7171* @param string[]$protocolsArray of allowed protocols e.g.'http','ftp','tel',and more.7172*/7173$protocols=array_unique((array)apply_filters('kses_allowed_protocols',$protocols));7174}71757176return$protocols;7177}71787179/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.