Show ‘NEW’ Badges for Recently Added Items in WooCommerce (copy)

/** * Snippet Name: Show ‘NEW’ Badges for Recently Added Items in WooCommerce * Snippet Author: wdxtechnologies.com */ // Show the NEW badge on the archive loop item add_action( ‘woocommerce_after_shop_loop_item_title’, ‘ecommercehints_product_archive_new_badge’, 1 ); function ecommercehints_product_archive_new_badge() { global $product; $days_to_show =…Continue reading

Oh Dear Health

/** * Oh Dear – Application Health Monitoring * ========================================= * À coller dans WP Code (ou functions.php). * * 1. Après activation, vider les permaliens : * Réglages → Permaliens → Enregistrer * * 3. Dans Oh Dear, configurer…Continue reading