PHPackages                             makewp/theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. makewp/theme

ActiveLibrary[Framework](/categories/framework)

makewp/theme
============

Make WordPress themes, better.

0.2.0(10mo ago)09MITPHPPHP &gt;=7.4

Since Oct 7Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/makewp-dev/theme)[ Packagist](https://packagist.org/packages/makewp/theme)[ Docs](https://makewp-dev.github.io/theme)[ RSS](/packages/makewp-theme/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

MakeWP\\Theme
=============

[](#makewptheme)

> Make WordPress themes, better.

Usage
-----

[](#usage)

### `require_functions()`

[](#require_functions)

The goal is to code-split `functions.php`. Typically, `functions.php` contains anything and everything. But we want to be tidy. And we don't need a `functions.php` with lines and lines of `require`s when we can access the file system.

```
// {your-theme}/functions.php
