Add new tool System Info

This commit is contained in:
champsupertramp
2016-08-04 18:36:26 +08:00
parent 10e3e8263a
commit 2128a96942
4 changed files with 1499 additions and 0 deletions
+5
View File
@@ -63,6 +63,11 @@ class UM_API {
__('This add-on enables you to generate dummies.', 'ultimatemember'),
);
$this->addons['system_info'] = array(
__('System Info', 'ultimatemember'),
__('This add-on enables you to download system information file.', 'ultimatemember'),
);
// include widgets
require_once um_path . 'core/widgets/um-search-widget.php';