You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
This is the core of the WordPress theme. It contains the basic structure of the theme boilerplate and the necessary files to assist in the development of the theme.
3
+
4
+
## Structure
5
+
The core is divided into the following directories:
6
+
-**includes** - Contains any PHP classes or code to be used within the theme.
7
+
-**js** - Any javascript classes or helper functions to be included within the theme.
8
+
-**boot.php** - The main entrypoint to the theme core that bootstraps the theme.
0 commit comments