wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_kses_version › WordPress Function

Since1.0.0
Deprecatedn/a
wp_kses_version ( No parameters )
Returns:
  • (string) KSES version number.
Defined at:
Codex:

Returns the version number of KSES.



Source

function wp_kses_version() {
	return '0.2.2';
}