How can I hide the ‘Add to Cart’ button for non-logged-in users?

// REMOVE ADD TO CART BUTTON FOR NON-LOGGED-IN USERS
if (!is_user_logged_in()) {
    // in product page
    add_filter('woocommerce_is_purchasable', '__return_false');
}

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This