I hereby claim:
- I am benjaminnelan on github.
- I am benjaminnelan (https://keybase.io/benjaminnelan) on keybase.
- I have a public key ASAuErr9RMInvBIbe7-EQwtVL7lp_ZGjfx8fvWhStjgCGAo
To claim this, I am signing this object:
| Verifying my identity on Peepeth.com 0x3de7f56c0a8483347dfc5565fa2a13de9394d122 |
I hereby claim:
To claim this, I am signing this object:
| function wc_subscriptions_custom_price_string( $pricestring ) { | |
| global $product; | |
| $products_to_change = array( 45, 90, 238 ); | |
| if ( method_exists( $product, 'get_id' ) && in_array( $product->get_id(), $products_to_change ) ) { | |
| $pricestring = str_replace( 'every 3 months', 'per season', $pricestring ); | |
| } | |
| return $pricestring; |