wp_kses_version() WordPress Function

The wp_kses_version() function is used to return the current version of the Kses library. This function is useful for making sure that your version of the Kses library is up to date.

wp_kses_version() #

Returns the version number of KSES.


Return

(string) KSES version number.


Top ↑

Source

File: wp-includes/kses.php

function wp_kses_version() {
	return '0.2.2';
}

Top ↑

Changelog

Changelog
VersionDescription
1.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.