View Categories

Apply user roles restrictions to guest users

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');

Checkout our Google Calendar Add-on

Track Your WooCommerce Orders inside Google Calendar

Learn More