7340* Filters the list of protocols allowed in HTML attributes.7341*7342* @since 3.0.07343*7344* @param string[]$protocolsArray of allowed protocols e.g.'http','ftp','tel',and more.7345*/7346$protocols=array_unique((array)apply_filters('kses_allowed_protocols',$protocols));7347}73487349return$protocols;7350}73517352/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.