Override Commissions Email Template

Modify the email template sent for commissions

Change Vendor Delete Product Redirect

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

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');

MemberPress: Change Stripe Payment Description

Change the Stripe payment descriptor for non-recurring payments.

The commission is only log when the order status is completed

log commission when the order status is completed.

Disable delayed customer recalculations

In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

AJAX Grid Search (single grid)

Add ID of #gridSearch to the search form. Give your grid a class of .grid-results.

Limit Uploaded Image Size

Set a max width and height for your image uploads to save space.

Defining SparkPost Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

1 117 118 119 120 121 213