Hello,
I have installed a WP plugin which helps in allowing access to my website only to logged in users.
The problem here is that all the pages which I have created using Beaver opens directly ignoring to check if the user is logged in or not, rest all pages which I have normally created through Wordpress are working as expected.
Could you please help?
Hey Aqil,
Welcome to the BB forums! 
Just to be sure since it wasn’t stated specifically, is this the plugin you are using?
https://wordpress.org/support/plugin/wp-user-control
Ben
Nope, I am using WP-Members plugin
Hey Aqil,
This is the same problem with the Paid Memberships Pro plugin. Check the reply from Justin below.
http://forum.wpbeaverbuilder.com/support/q/paid-memberships-pro/#post-26569
For this plugin’s case, the priority is set to 1, where the default is 10. add_filter( ‘the_content’, array( $this, ‘do_securify’ ), 1, 1 );
I tried changing the priority to 11 and it works just fine. I have already posted on their support forums - https://wordpress.org/support/topic/change-the-priority-of-the-filter?replies=1
Let’s wait for the author’s reply. 
Ben