apply_filters( 'wp_kses_uri_attributes', string[] $uri_attributes )

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


Description

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


Top ↑

Parameters

$uri_attributes string[]
HTML attribute names whose value contains a URL.

Top ↑

Source

File: wp-includes/kses.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.0.1 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.