Restrict PDF links
You cannot restrict users from downloading a file from a path using a wordpress login for various reasons, the most important is that the WP login is handled by PHP while the download is handled via Apache. That said, there is a way to achieve the result of what you’re after. What you need to … Read more