wp_kses_uri_attributes

wp_kses_uri_attributes

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_kses_uri_attributes') is found 1 times:

  • /wp-includes/kses.php line 1032
    	 * @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()`.