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