Vendor conflict
-
Hi,
Please use your own custom namespace when including vendors such as psr/log.
This is best practice for WordPress development.Otherwise if another version of the library is included on the project it will conflict with yours.
In my case i am using psr/log 3.0 which doesn’t have the same function signature as your older version.
Thanks,
The topic ‘Vendor conflict’ is closed to new replies.