hi,
I would like to add some content to any woocommerce product pages, but it’s not working.
I’m trying to do this:
add_action( ‘woocommerce_before_single_product_summary’, ‘adding_sample_test’, 5 );
function adding_sample_test(){
echo(‘hi there, this is a sample test’);
};
Please, could you help me?
thanks