There are so many different methods when targeting elements in CSS. The most widely used are the class "." and id "#" selectors. Sometimes you may need to target based…
Read More
Pulling a product's custom attributes in WooCommerce is a simple task using the get_attribute() function. Prior to WooCommerce version 3 we would use the woocommerce_get_product_terms like so. global $product; $productAttribute…
Read More