On Add to Cart Event in EDD

Adds the cancellation event to stop the Browse Abandonment campaign for your push subscribers. This also…

webfontloader.js

// Add custom scripts function add_custom_script_webfont_loader_js() { wp_register_script( 'webfontloader', 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js', array(), '1.6.28', true ); wp_enqueue_script( 'webfontloader'…

Delete Woocommerce images after deleting product

Automatically Delete WooCommerce Images After Deleting a Product. If you use the same image of multiple…

to add WordPress WooCommerce WhatsApp checkout

Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…

Untitled Snippet

google-site-verification=CozAWt526B1a5qKqT36OHU-kxkUBvZ4UWBKqqjkLtIw

Use Full Store Address in Ships From

add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…

Replace The WordPress Logo on Login Page with your own logo

Replace The WordPress Logo on Login Page with your own logo

Clear Auto Fill in WooCommerce Checkout

Clears the auto fill on the WooCommerce Checkout page.

Contato

Entre em contato conosco, sugira, elogie, corrija, reclame

Block Email Domains 'secmail.pro' etc #The Greek

With this code you can block all the bots from login to your website. Notification -->…

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

1 64 65 66 67 68 224