Override Commissions Email Template

Modify the email template sent for commissions

FluentCommunity Auto-Delete Diagnostics

This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…

Change Vendor Delete Product Redirect

This plugin changes the destination that vendors are redirected to when they delete a product.

AffiliateWP - Create Referral from Gravity Forms Dropdown Field

Creates an AffiliateWP referral when a Gravity Forms form is submitted, assigning credit to the affiliate…

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

Custom Tab Order For Dashboard

// Add this to your themes functions.php to change the order, rearrage the lines. First line…

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…

1 125 126 127 128 129 226