Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 501 Bytes

File metadata and controls

8 lines (7 loc) · 501 Bytes

WordPress Theme Core

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.

Structure

The core is divided into the following directories:

  • includes - Contains any PHP classes or code to be used within the theme.
  • js - Any javascript classes or helper functions to be included within the theme.
  • boot.php - The main entrypoint to the theme core that bootstraps the theme.