Re: Remove 'X-Cart News' section from vendor admin pages
There are two widget classes that render the block:
- XLite\View\RSS\RSSLazyLoad
- XLite\View\RSS\RSS
I would try to customize (via a custom module) the isVisible() method for the first one so that it checks if the signed-in user is a vendor and returns "false" in this case.
|