wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_kses_uri_attributes › Les Filtres WordPress

Depuis5.0.1
Dépréciéen/a
apply_filters( 'wp_kses_uri_attributes', $uri_attributes )
Paramètres:
  • (string[]) $uri_attributes HTML attribute names whose value contains a URL.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of attributes that are required to contain a URL.

Use this filter to add any data- attributes that are required to be validated as a URL.





Source

$uri_attributes = apply_filters( 'wp_kses_uri_attributes', $uri_attributes );