creode / wordpress-theme-core
This package is abandoned and no longer maintained.
The author suggests using the creode/wordpress-theme package instead.
There is no license information available for the latest version (1.0.0) of this package.
Small set of core files used in WordPress to assist in theme development
Package info
github.com/creode/wordpress-theme-core
Type:wordpress-themecore
pkg:composer/creode/wordpress-theme-core
1.0.0
2025-01-02 10:48 UTC
Requires
- idleberg/vite-manifest: ^1.1
README
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.