Adding some code to support members filtering

This commit is contained in:
Ultimate Member
2015-12-11 19:30:33 +02:00
parent a51d54ae8c
commit 3997ae46fa
2 changed files with 13 additions and 1 deletions
+4
View File
@@ -2,7 +2,11 @@
class UM_API {
public $is_filtering;
function __construct() {
$this->is_filtering = 0;
require_once um_path . 'core/um-short-functions.php';