Search results for: disable

Remove "No Reviews" label if there are not reviews in Tasty Recipes

Remove "No Reviews" label if there are not reviews in Tasty Recipes

<10

Google tag

Código do Google Tag Manager

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…

Hide Price & Add to Cart for Non Logged in Users for Specific Products

This code snippet allows you to hide the price and 'Add to Cart' button for users…

MemberPress: Remove all states to the dropdown list and leave one fake state

This code snippet will add a fake state, practically disabling the State address field. This will…

Use a WooCommerce Product Attribute as the Brand in Product Schema

This filter enables using a WooCommerce Product Attribute as the Brand in our Product Schema. Note:…

50+

WordPress Post Views Counter Function

function wpb_set_post_views($postID) { $count_key = 'wpb_post_views_count'; $count = get_post_meta($postID, $count_key, true); if($count==''){ $count = 0; delete_post_meta($postID,…

Meta Pixel Code

Add Meta Pixel Code in WPCode

to add WordPress WooCommerce WhatsApp checkout

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

Memberpress: Remove the Navigation Links on Page

Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…

Change a currency symbol AMD to Դրամ

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

How to Check If Your Debug Certificate Has Expired

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey

1 17 18 19 20 21 22