Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Basic WP escaping functions
// ❌ Don't use _e(), __(), _x() etc. to output data // ✅ Use the escaped…
Filter the message generated for admin confirmation | Quick Event Manager
add_filter('qem_registration_email_message',,,3); This filters allows you to adjust the confirmation email to the admin / organiser (…
Tweaking the Calendar Language Localisation | Display Eventbrite Events
The calendar will attempt to localize the language based on the WordPress website setting. However, the…
pixel 1
facebook pixel
Make Paypal as default payment gateway
This snippet will remove all other vendor payment commision methods. Only allowing Paypal, it also makes…
Untitled Snippet
[wpcode id="4547"]
G-T2XZDKK0J5
Customize Ambassador Campaign Fields For Campaign Creators
*BETA* code snippet that should show you can hide short description field and update labels in…
Google Adsense
Auto ads
Update FES Vendor/Seller profile link
Update a specific Seller profile link to a custom one
Monsterlink Mobile Variant
Subscribe Now!
om-js-events-ga-add-param.js
document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…