wp_kses_uri_attributes

FUNCTION wp-includes\kses.php (ligne 1215) github
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.

Paramètres

Entrée :
N/A
Sortie :
@return string[] HTML attribute names whose value contains a URL.

Utilisation

// Utilisation de la fonction wp_kses_uri_attributes
$result = wp_kses_uri_attributes();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...