wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_kses_uri_attributes › Hooks de Filtros WordPress

Desde5.0.1
Obsoleton/a
apply_filters( 'wp_kses_uri_attributes', $uri_attributes )
Parâmetros:
  • (string[]) $uri_attributes HTML attribute names whose value contains a URL.
    Required: Yes
Definido em:
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.





Fonte

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