Can I use a plugin to change HTML label?
-
I’m new at this but was able to change the label from Username to Badge Number:
<div class="swpm-username-label"> <label for="swpm_user_name" class="swpm-label"><?php echo SwpmUtils::_('Badge Number or Email') ?> </label> </div>
I did that by editing the simple-membership plugin directly. How can I make that change using a plugin that I create so the change won’t get overwritten when the plugin gets an update?
Thank you
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can I use a plugin to change HTML label?’ is closed to new replies.