bbp_get_major_wp_version()

Parse the WordPress core version number


Description Description


Return Return

(string) $wp_version


Top ↑

Source Source

File: includes/core/abstraction.php

function bbp_get_major_wp_version() {
	global $wp_version;

	return (float) $wp_version;
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.