WSG Group GTM Head Tag
Add GTM Tag to Site Header on WSG Site Group
Add column Product type in WooCommerce
Add a column in the product list to differentiate the type of product
Donation Form Email Check
If you need to do manual validation of an email when a donation is being submitted…
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
Move Social Login Checkout Buttons
By default, the login buttons display below the payment icons for the gateway picker. This plugin…
Hide file-specific download options
This plugin hides file-specific download options so that All Access customers can only view/download the first…
Remove Product Notes For Specific Downloads
Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…
Shipping label template
/** * The template for displaying the shipping label * * Override this template by copying…
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Adjust Currency Symbols | Display Eventbrite Events
The Display Eventbrite plugin has a table that converts currency code to symbols. Sometime a user…