Change "City" To Town/City

Change the label of the"City" field into a "Town/City" field.

Prevent Duplicate Purchases

Prevents logged-in customers from purchasing an item twice.

Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

Removing File Upload Fields from Notifications

This code snippet will remove the File Upload fields from Notifications when File Access Restrictions are…

<10

vohungy.com.vn

Võ Hưng Ý
<10

Waste Licence

Waste carriers affiliation badge

Anthony Burnett
<10

rexing

fishing camera

Chet fishingfortrout
<10

Postalytics Tracking Script

Mail tracker

Mark Cornish
<10

Link Featured Image to Post

Snippet for automatically link image to post

Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

1 70 71 72 73 74 190