Media sync script

add_action( 'admin_init', 'media_sync_library' ); function media_sync_library() { // Folder inside uploads to scan $scan_folder = '/2026/02';…

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

cookies

cookies banner huts pot

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

Risikoanalyse Formular

6) Wichtiger Hinweis zu Elementor Dieses Formular ist in Elementor eingebettet, aber kein natives Elementor-Pro-Formularwidget. Der…

Detlef Simon
<10

Topup Form

Top Up Now Player ID Buy Now

pinterest

Jessica Truhan
<10

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Remove "mail.readwrite" Scope for the Outlook Mailer (copy)

This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10
1 95 96 97 98 99 224