Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Replace Text in Group Price Box for Classic Tempalate
This code snippet is designed to dynamically replace specified text within the MemberPress price box elements.
To replace an existing text on Group price box, replace the following:
"old text" in the code with the current text like '$20 / year'.
"new text" in the code with the text you want, like '$20 / annum'
These changes should be made on the following lines:
priceBox.innerHTML = priceBox.innerHTML.replace('old text', 'new text');
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments