Home > Docs > Subscriptions for WooCommerce > Restrict Subscription Actions in WooCommerce My Account Page

Restrict Subscription Actions in WooCommerce My Account Page

Last updated on January 7, 2025

The Subscriptions for WooCommerce plugin allows the subscriber to suspend or cancel a subscription from their My Account page under the subscription view in the My Subscription tab.

Subscription actions in My account page
Subscription actions in My account page

The below code snippet allows you to hide the available actions (Suspend and Cancel) from the subscription view page.

To achieve this, add the below code snippet to the active child theme’s functions.php or use a third-party plugin for the addition.

Click on the link below to know more about adding code snippets using third-party plugins.

> Adding a Custom Code Snippet Using a Third-Party Plugin