Lovable - Header HTML
LOGIN REGISTRATION THE PFSA About Us Our Story Our Team Partners Community News & Updates Success…
Fix Wholesale Product Visibility Compatibility with Bricks Page Builder
What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…
Override Commissions Email Template
Modify the email template sent for commissions
Auto delete FluentCommunity drug shortages posts
This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…
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…