Skip to content

Instantly share code, notes, and snippets.

@LaurenaRehbein
Last active January 12, 2018 19:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LaurenaRehbein/43c4ba0d484b6e8f01baf660a63c3a1e to your computer and use it in GitHub Desktop.
Save LaurenaRehbein/43c4ba0d484b6e8f01baf660a63c3a1e to your computer and use it in GitHub Desktop.
To remove the Subscription Price
function wtd_remove_var_subscriptions_price() {
return '';
}
add_filter( 'woocommerce_variable_subscription_price_html', 'wtd_remove_var_subscriptions_price' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment