REMOVE PRODUCT LINKS FROM YOUR SHOPPING CART

add_filter( 'woocommerce_cart_item_permalink', 'custom_remove_cart_product_link', 10 ); function custom_remove_cart_product_link() { return __return_null(); }

remove 'X' remove button in cart

.woocommerce table.shop_table .product-remove { text-align: center !important; display: none; }

MemberPress: Disable Math Captcha on login page

The code allows you to use the MemberPress Math Captcha plugin for registration only. This code…

Failed login: Don't show if username is correct

If a user's login fails, don't tell them whether the username or password was incorrect

75135-570

<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-TNJ5X5VC');</script><!-- End Google Tag Manager -->

mobile sticky menu chatgpt css

/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…

Disable XML-RPC (copy)

On sites running WordPress 3.5+, disable XML-RPC completely.

1 2 3 4 5 9