I want to restrict a page for subscriber and contributor
The following code shows how you can restrict some users from viewing a certain page. This could either be placed in a stand-alone plugin or the themes functions.php file. The code is fairly self-explanatory but I’ll walk through it. First, pick an appropriate hook to use. I chose wp because it’s after WordPress is fully … Read more