WordPress Version: 5.1
/**
* Returns the version number of KSES.
*
* @since 1.0.0
*
* @return string KSES version number.
*/
function wp_kses_version()
{
return '0.2.2';
}
The timeline below displays how wordpress function wp_kses_version has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Returns the version number of KSES.
*
* @since 1.0.0
*
* @return string KSES version number.
*/
function wp_kses_version()
{
return '0.2.2';
}
/**
* This function returns kses' version number.
*
* @since 1.0.0
*
* @return string KSES Version Number
*/
function wp_kses_version()
{
return '0.2.2';
}