Download count shortcode
Add download count shortcode with ID and Offset attributes
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…
Move "Ships From" under the Product Meta, in the single product page template
Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…
Static Page
html, body { overflow-x:hidden }
Disable wordpress big image scaling
add_filter('big_image_size_threshold', '__return_false' );
Sales.com
Sales
AudioNative - Prod
Loading the Elevenlabs Text to Speech AudioNative Player...
Allow Other WordPress Roles to View Email Logs
This snippet will allow you to manage the capabilities of roles allowed to view the site's…
Defining Other SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
MemberPress: Mailchimp Feed Unblocker
Allows Mailchimp feed through the MemberPress rules protections. Go into your Mailchimp RSS setting and add…