Top Pagination
Adds pagination links to the top of the [downloads] short code
Change the sold by link label to vendor's name
Change the sold by link label to vendor's name
Resetting the Vendor & Pending Vendor Roles
add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…
Extra WordPress Filters in Pro (Change the symbol for a currency. Evenbrite currencies are ISO e.g. USD) | Display Eventbrite Events
Using this filter, you can change the symbol for a currency. Evenbrite currencies are ISO e.g.…
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
G-T2XZDKK0J5
Disable WordPress Admin Bar for all users
Disable WordPress Admin Bar for all users
Dynamic Monsterlinks by Id
// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }
om.Campaign.init.preload2
document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…
WSG Group GTM Head Tag
Add GTM Tag to Site Header on WSG Site Group