I get many errors during a scan of a WordPress plugin (I analyse the folder of a plugin) so I think that I need to prepare a file with a list of all the functions and classes because I get many errors because they not exist.
I get also many errors about the autoloading but in WordPress you can also chose to not use composer (direct file to include) so there are many errors about it.
Anyone have suggestions for these problems?
I get many errors during a scan of a WordPress plugin (I analyse the folder of a plugin) so I think that I need to prepare a file with a list of all the functions and classes because I get many errors because they not exist.
I get also many errors about the autoloading but in WordPress you can also chose to not use composer (direct file to include) so there are many errors about it.
Anyone have suggestions for these problems?