I am new to WordPress and I’m trying to understand it. I searched for a .sql file in WordPress script but couldn’t find any. Wm kinda confused and want to know where the database entries and commands that create the database during WordPress installation is located in the WordPress script.

2 Answers
2

schema.php file holds create the database table on installation

You will get that file in wp-admin/includes/schema.php

Hope you have get your answer.

Leave a Reply

Your email address will not be published. Required fields are marked *