wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_kses_uri_attributes › WordPress Filter Hooks

Da5.0.1
Deprecaton/a
apply_filters( 'wp_kses_uri_attributes', $uri_attributes )
Parametri:
  • (string[]) $uri_attributes HTML attribute names whose value contains a URL.
    Richiesto:
Definito a:
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.





Sorgenti

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