Warning: This function has been deprecated.
bp_attachments_is_wp_version_supported()
Check if the current WordPress version is using Plupload 2.1.1
Description Description
Plupload 2.1.1 was introduced in WordPress 3.9. Our bp-plupload.js script requires it. So we need to make sure the current WordPress match with our needs.
Return Return
(bool) Always true.
Source Source
File: bp-core/deprecated/6.0.php
function bp_attachments_is_wp_version_supported() {
return true;
}
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | This function has been deprecated. |
| 3.0.0 | This is always true. |
| 2.3.0 | Introduced. |