WordPress – How autoloading classes works even after uninstalled Composer?
I use local webserver XAMPP + WordPress on Windows 10. PHP v.8.2.0, Composer v.2.5.8. My actions: Installed Composer globally and some package just for initial test to random directory. Copied "vendor" folder to child theme directory(wordpresswp-contentthemestwentytwentythree-child) and included autoload.php in…