“Replacement Hinge Assembly for Wahl KM5/KM10 Pet Grooming Clippers” has been added to your cart. View cart
Oster A5 Single Speed Rocker Switch
Not yet rated(0)$19.99
Out of stock
Out of stock
Description
<?php $product = wc_get_product( get_the_ID() ); if ( $product ) { $description = $product->get_description(); echo $description; } ?>
<?php $product = wc_get_product( get_the_ID() ); if ( $product ) { $description = $product->get_description(); echo $description; } ?>
Reviews (0)
<?php // Function to add a custom class to the comment form function add_custom_class_to_comment_form($defaults) { // Append your custom class to the existing class attribute $defaults['class_form'] .= ' form--light'; return $defaults; } // Hook the function to the 'comment_form_defaults' filter add_filter('comment_form_defaults', 'add_custom_class_to_comment_form'); // Display the comments template comments_template(); ?>