\umDependencies

Class Dependencies

Summary

Methods
Properties
Constants
init()
get_active_plugins()
ultimatemember_active_check()
bbpress_active_check()
mycred_active_check()
woocommerce_active_check()
compare_versions()
php_version_check()
$ext_required_version
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$active_plugins
N/A

Properties

$ext_required_version

$ext_required_version : array

For backward compatibility checking

Type

array

$active_plugins

$active_plugins : 

Type

Methods

init()

init() 

Get all active plugins

get_active_plugins()

get_active_plugins() : mixed

Returns

mixed

ultimatemember_active_check()

ultimatemember_active_check() : boolean

Check if UltimateMember core plugin is active

Returns

boolean

bbpress_active_check()

bbpress_active_check() : boolean

Check if bbPress plugin is active

Returns

boolean

mycred_active_check()

mycred_active_check() : boolean

Check if myCRED plugin is active

Returns

boolean

woocommerce_active_check()

woocommerce_active_check() : boolean

Check if Woocommerce plugin is active

Returns

boolean

compare_versions()

compare_versions(string  $um_required_ver, string  $ext_ver, string  $ext_key, string  $ext_title) : boolean

Compare UM core and extension versions

Parameters

string $um_required_ver
string $ext_ver
string $ext_key
string $ext_title

Returns

boolean

php_version_check()

php_version_check(string  $extension_version) : mixed

Parameters

string $extension_version

Extension version

Returns

mixed