Hi @bragatodaniela
Thanks for reaching out to us. Really sorry for your inconvenience.
Please create a child theme or use Code Snippet plugin. Then put the below code to child theme’s functions.php or as a snippet inside snippet plugin.
function pvt_yootheme_builder_support(){
global $pvtfw_allocation;
remove_action('template_redirect', array($pvtfw_allocation, 'pvtfw_variant_table_init'), 30);
}
add_action('init', 'pvt_yootheme_builder_support');
After doing that, please let me know is it resolved your issue or not.
Thanks
Thank you for your response!
So I tried putting the code in the function.php of the child theme but it didn’t work.
I solved it simply like this:
Inside the single product I returned the WYSIWYG to the Classic editor and inside there was the shortcode, which I deleted and returned the text I had previously!
Thanks anyway, very kind!
Daniela
Hi @bragatodaniela
I see, there was a shortcode inside the classic editor.
I am very glad that you found a solution.
If you found our support and plugin helpful, my humble request to you to write your beautiful thought here-
https://ww.wp.xz.cn/support/plugin/product-variant-table-for-woocommerce/reviews/
Your beautiful thought keeps us inspired.
Thanks