Adjust Rate for Referrals
Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro
Auto delete FluentCommunity drug shortages posts
This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…
YB Settings
function impBrandsArchive( $query ) { $query->set( 'post_type', [ 'hot-tubs', 'swim-spas', 'saunas' ] ); } add_action( 'elementor/query/brands_archive',…
Force localized currency for product feeds
This allows you to change the ISO 4217 for all the product feeds
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
WWLC - Default Wholesale Leads list to sort by registration date (newest first)
1. Navigate to your site: Go to your WP Admin dashboard. 2. Apply the snippet: Paste…
Add order status to commissions table
/** * Add order status to commissions table * * @param Array $columns array stored column…
Change product edit tab order 2
Alphabetically Sort
cart preview image stretch fix in oceanWP theme
/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…
Add TikTok to the social tab of settings
This will show the setting and it should be saved when saving the form.
Override Header Logo with Custom SVG
While you can select an SVG image from the customizer for your header logo if you…
Event URL (Additional Data) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…