Remove unwanted checkout fields when all products are downloadable
With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable
MemberPress: Load All Currently Enqueued Styles In the Courses ReadyLaunch Template
By default, if the ReadyLaunch Courses/Lessons template is enable, the MemberPress Courses add-on won’t enqueue 3rd-party…
MemberPress: Modify "Back to Home" Text And Link on Thank You Page
This snippet changes the text and link of the "Back to Home" button or link (inside…
WPCode Admin Number of Snippets
Change the number of snippets displayed in the admin list using a filter.
Register Multiple Donation Fields
Add multiple new fields to your donation form.
WPForms: swap price and option value for payment fields
This snippet makes the option label "$40.00 - Second Choice" instead of "Second Choice - $40.00"…
Modify User Verification URL Expiration
Changes the length of time before user verification email links expire
Show Featured Image With Purchase Link
Shows a download's featured image with the purchase link
Add vat over the commission
This will add VAT value over the commission
Override the commission calculation priority order
/** * Given the provided list of vendor_ids in the vendors array, override the commission to…
Fix 500 Internal Server Error
A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…
Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports
function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.