Y
Hacker News
new
|
ask
|
show
|
jobs
by
dylanlacom
4349 days ago
Where is the wp-admin directory and the files in wp-includes?
1 comments
andrewryno
4349 days ago
It's installed through Composer. In composer.json it sets up a custom repository to download the latest version of WordPress, and then uses the "extra" section to install it to a custom directory (in this case the public directory).
link
dylanlacom
4349 days ago
ah I see. Thanks andrewryno.
link