Custom Countries
Illustrates how to add a custom list of countries This list will be used anywhere EDD…
WP Simple Pay: Custom Decimal Separator
Changes the decimal separator from a . (period) to a , (comma).
Disable New User Notifications
Disable the new user notification email for both the admin and user
FES Registration Form Redirect
Set custom redirect URLs for those who just registered to become vendors.
How to Allow Upload SVG Files in WordPress Media Library Code | Function.php
This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…
Current Year Shortcode
Adding the option to use the current year [year] shortcode on your website on any website,…
HubSpot tracking code
HubSpot tracking code
Hide Elementor AI Image
/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…
Hiltop Desktop Ads Popup
Hiltop PopUp Anti Ads
Buy Now Button - Variation
add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…
Remove Last Name at Checkout
Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only
Yoast SEO
Integration with Yoast SEO with WC Vendors
Enable Full WP_Editor on Product Fields
add_filter( 'wcv_product_description_editor_settings', 'wcv_full_editor' ); add_filter( 'wcv_product_short_description_editor_settings', 'wcv_full_editor' ); function wcv_full_editor( $settings ){ $settings['teeny'] = false; return…
How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress
If you want to display the last modified date on your blog post without using a…