wp_kses_version()
Returns the version number of KSES.
Return
(string) KSES version number.
Source
File: wp-includes/kses.php
function wp_kses_version() {
return '0.2.2';
}
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Returns the version number of KSES.
(string) KSES version number.
File: wp-includes/kses.php
function wp_kses_version() {
return '0.2.2';
}
Version | Description |
---|---|
1.0.0 | Introduced. |