mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +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