initialize()
min_WordPress_version()
min_php_version()
$wordpress_3point5_plus
Class MLA (Media Library Assistant) Test provides basic run-time tests to ensure the plugin can run in the current WordPress envrionment.
| package | Media Library Assistant |
|---|---|
| since | 0.1 |
initialize() : void
| since | 0.60 |
|---|
min_WordPress_version(string $min_version) : string
| since | 0.1 |
|---|
stringrepresenting the minimum required version of WordPress, e.g. '3.5.0'
string'' if pass else error messagemin_php_version(string $min_version) : string
| since | 0.1 |
|---|
stringrepresenting the minimum required version of PHP, e.g. '5.3.2'
string'' if pass else error message$wordpress_3point5_plus : boolean
| since | 0.60 |
|---|