By default the User Roles restrictions feature in Chwazi does not apply to logged out users (guests). Use the code snippet below to allow the restriction to also apply to guest users.
add_filter('lpac_dps_allow_guest_user_role', '__return_false');By default the User Roles restrictions feature in Chwazi does not apply to logged out users (guests). Use the code snippet below to allow the restriction to also apply to guest users.
add_filter('lpac_dps_allow_guest_user_role', '__return_false');