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.
YB Settings
function impBrandsArchive( $query ) { $query->set( 'post_type', [ 'hot-tubs', 'swim-spas', 'saunas' ] ); } add_action( 'elementor/query/brands_archive',…
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.
Imagik
apt-get install php81rc-pecl-imagick apt-get installphp81rc-pecl-imagick
Change Combined Date Format | Display Eventbrite Events
The combined date display layout is used is most layouts, e.g. card, widget, default and can…
Combined Date – Time Format (Sample: 16th January) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…