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);…

Untitled Snippet

Remya Achipra
<10

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' );

AudioNative - Prod

Loading the Elevenlabs Text to Speech AudioNative Player...

Disable Automatic Updates

Use this snippet to completely disable automatic updates on your website.

Defining SendLayer Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

BNB Auto Bot

BNB Auto Group Customer Service Bot

<10

font-family2.css

html .Campaign * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

1 169 170 171 172 173 213