Plugin Author
xootix
(@xootix)
Hello,
This should work.
remove_action( ‘xoo-qv-summary’, ‘woocommerce_template_single_meta’, 30 );
Unfortunately, that didn’t work. Looks like it should, though.
Thanks!
Plugin Author
xootix
(@xootix)
Hey,
You directly copied it from here? I think wordpress converted ‘ into something else.
Try this , from the code editor.
remove_action( 'xoo-qv-summary', 'woocommerce_template_single_meta', 30 );
If still it doesn’t work , Use CSS
.xoo-qv-summary .product_meta {
display: none;
}
-
This reply was modified 9 years, 3 months ago by
xootix.
-
This reply was modified 9 years, 3 months ago by
xootix.
Thank you. The last “remove_action” worked. Must have had something to do with the way C&P worked in the previous post without the code box. Weird!