mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
Update 1.2.98
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class UM_Cache {
|
||||
***/
|
||||
function do_not_cache() {
|
||||
|
||||
if ( um_is_core_uri() ) {
|
||||
if ( um_is_core_uri() && ! defined( 'DONOTCACHEPAGE' ) ) {
|
||||
define( "DONOTCACHEPAGE", true );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user