-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions.php
More file actions
21 lines (20 loc) · 790 Bytes
/
functions.php
File metadata and controls
21 lines (20 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* Default functions template
*
* This file is used to bootstrap the theme.
*
* @package Workfolio
* @author Benjamin Lu <benlumia007@gmail.com>
* @copyright 2024 Benjamin Lu
* @license https://www.gnu.org/licenses/gpl-2.0.html
* @link https://luthemes.com/portfolio/workfolio
*/
/** ------------------------------------------------------------------------------------------
* Bootstrap the theme.
* -------------------------------------------------------------------------------------------
* Load the bootstrap files. Note that autoload should happen first so that any classes or
* functions are available that we might need.
*/
require_once get_theme_file_path( 'app/bootstrap-autoload.php' );
require_once get_theme_file_path( 'app/framework.php' );