Created
August 17, 2018 17:56
-
-
Save champsupertramp/47f9658a22e684f2b6c9a0363caab2d0 to your computer and use it in GitHub Desktop.
Ultimate Member - Permanently disable user caching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter("um_get_option_filter__um_profile_object_cache_stop","__return_true"); | |
?> |
@champsupertramp
Is this now redundant because there is an option available in UM or does this do something extra?
Hi Everyone,
I'll be sharing some Ultimate Member customizations & tutorials on my website: www.champ.ninja
Subscribe to my newsletter to get the latest tutorials.
Regards,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In which scenario is this code needed? I already disabled caching in the control panel.