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…
Topup Form
Top Up Now Player ID Buy Now
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…
Remove title on all pages for Hello Theme
By default Hello theme displays page title at the top of every page. While you can…
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );
Extra WordPress Filters in Pro (Do something with the age restriction display) | Display Eventbrite Events
Using this filter you can change the age restriction display. e.g. all_ages by default displays nothing,…
Custom Plugin for WPForms
WPForms custom template generator.
AJAX Grid Search (multiple grids)
Add ID of #gridSearch to the search form. Give your multiple grid container a class of…