wp_kses_uri_attributes

wp_kses_uri_attributes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_kses_uri_attributes') is found 1 times:

  • /wp-includes/kses.php line 1049
    1045
    1046
    1047
    1048
    1049
    1050
    1051
    1052
    1053
    1054
    1055
         * @since 5.0.1
         *
         * @param string[] $uri_attributes HTML attribute names whose value contains a URL.
         */
        $uri_attributes = apply_filters( 'wp_kses_uri_attributes', $uri_attributes );
     
        return $uri_attributes;
    }
     
    /**
     * Callback for `wp_kses_split()`.