How do I change the price string in WooCommerce subscriptions

前端 未结 3 771
[愿得一人]
[愿得一人] 2021-01-16 09:56

I need a better way to do this.

Currently, I have added code directly to the get_price_string function within class-wc-subscriptions-product.php file, so when a free

3条回答
  •  耶瑟儿~
    2021-01-16 10:38

    Here is a VERY simple version for my site. I needed to have it say "per season" instead of "every 3 months". The simplest way was to create a plugin:

提交回复
热议问题