wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_kses_uri_attributes › Filtr WordPress Hooks

Od5.0.1
Przestarzałyn/a
apply_filters( 'wp_kses_uri_attributes', $uri_attributes )
Parametry:
  • (string[]) $uri_attributes HTML attribute names whose value contains a URL.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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