Memberlist not displaying all members or Memberlist not getting updated

UserPro has caching turned on. Some added members from other methods (not normal registration) can be delayed until cache is cleared. Try this in your functions.php

global $userpro;
$userpro->clear_cache();

Was this article helpful?

Related Articles

Leave A Comment?