Woocommerce – Apply css rules in php condition
I add some custom stock status messages on WooCommerce with some PHP code like this : //Ajoute "En stock" sous chaque produit function show_stock() { global $product; if ( $product->managing_stock() ) { // if manage stock is enabled if ((…