Currently Empty: £ 0.00
function restrict_booking_to_logged_in_users() { if ( is_product() && has_term( 'booking', 'product_cat' ) && !is_user_logged_in() ) { wp_redirect( wp_login_url() ); exit; } } add_action( 'template_redirect', 'restrict_booking_to_logged_in_users' );
Reviews
There are no reviews yet.