Tag Archive: WooCommerce
Members Only
Recently, I was tasked with coding a ‘members only’ site which required a login to view all but a few pages. This turned out to be a surprisingly simple task, so I thought I’d share the code here. The job broke down into three tasks:
Allow anyone who’s logged in or else redirect to the Login page. Otherwise, allow if the current ...