Plugin Author
Jamie
(@digitalchild)
Hello @laqira
We can confirm this is happening. We’re investigating this now and will release a fix once available.
Thanks for reporting it.
cheers,
Jamie.
Plugin Author
Jamie
(@digitalchild)
Hello,
We have determined the issue. For a quick fix while we determine if we introduced any other issues with our filter and actions code refactor you can use modify the following two lines. We have also added another user test case so this won’t happen again.
Line 132 of the file classes/front/class-vendor-shop.php
change it to
self::$seller_info .= apply_filters( 'wcvendors_before_seller_info_tab', '' );
Line 135 change it to
self::$seller_info .= apply_filters( 'wcvendors_after_seller_info_tab', '' );
If you find anything else please let us know.
cheers,
Jamie.
Plugin Author
Jamie
(@digitalchild)
Hello,
If you don’t want to modify files, we’ve updated our GitHub sourcecode so you can download the master zip file from there.
https://github.com/wcvendors/wcvendors/archive/refs/heads/master.zip
You will need to rename the folder to wc-vendors.
cheers,
Jamie
Thank you so much for your time dear, I will try the quick fix until it is dealt with. Have a lovely day.