wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_kses_uri_attributes › WordPress Filter Hooks

Seit5.0.1
Veraltetn/v
apply_filters( 'wp_kses_uri_attributes', $uri_attributes )
Parameter:
  • (string[]) $uri_attributes HTML attribute names whose value contains a URL.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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