Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/kses.php | apply_filters | 996 | /** * 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. * * @since 5.0.1 * * @param string[] $uri_attributes HTML attribute names whose value contains a URL. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $uri_attributes | HTML attribute names whose value contains a URL. |