bbp_get_major_wp_version()
Parse the WordPress core version number
Description Description
Return Return
(string) $wp_version
Source Source
File: includes/core/abstraction.php
function bbp_get_major_wp_version() { global $wp_version; return (float) $wp_version; }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |