mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fixed category posts restriction and edirection
This commit is contained in:
@@ -112,6 +112,11 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if( is_archive() ){
|
||||
$ultimatemember->access->allow_access = true;
|
||||
$ultimatemember->access->redirect_handler = false; // open to everyone
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user