Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created May 6, 2022 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrick1229/839c8ea0d616870bd5bbe0a35aeb85bb to your computer and use it in GitHub Desktop.
Save jrick1229/839c8ea0d616870bd5bbe0a35aeb85bb to your computer and use it in GitHub Desktop.
Remove bulk actions for 'Subscriptions' in WooCommerce Subscriptions
<?php
add_filter( 'woocommerce_subscription_bulk_actions', '__return_false', 99, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment