Alexander Schneider
Alexander Schneider
I did exactly the same. Restricted some categories, logged in as different user (not admin) and the restricted categories are hidden.
Did you enable the caching at the settings?
I think you would like to handle the access to menu items like other objects controlled by UAM (like post for example) and not only by inheritance, right? So we...
Hi, the following Code will check if the current user has access to the given post: ```php /** @var \UserAccessManager\UserAccessManager $UserAccessManager */ global $UserAccessManager; $accessHandler = $UserAccessManager->getAccessHandler(); $accessHandler->checkObjectAccess($post->post_type, $post->ID); ```...
The should disappear if you choose to hide contents completely.
If you choose hide content completely and we show a 403 error you could guess the content. Some users are companies using the plugin for sensitive data and even knowing...
As I remember I'm using the default "bulk logic" or Wordpress and so I can't do much, but I will have a look for a future version.
Which upload folder do you use for the main page?
`/wp-content/uploads/YEAR/MONTH`, right? But how did you manage that Wordpress recognize directly uploaded files at the media gallery? Or they aren't listed there?
So the url is /%postname%/ but the files are still located at `/wp-content/uploads/YEAR/MONTH`, right?