Returns an array of HTML attribute names whose value contains a URL. This function returns a list of all HTML attributes that must contain a URL according to the HTML specification. This list includes URI attributes both allowed and disallowed by KSES.
N/A
Sortie :
@return string[] HTML attribute names whose value contains a URL.
// Utilisation de la fonction wp_kses_uri_attributes
$result = wp_kses_uri_attributes();
if ($result) {
// Votre logique ici
}
Chargement des actualités...