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.
Source
File: wp-includes/kses.php
function wp_kses_version() { return '0.2.2'; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |