-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions.php
More file actions
17 lines (13 loc) · 863 Bytes
/
functions.php
File metadata and controls
17 lines (13 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/* -----------------------------------------------------------------------------------------------
THEME SUPPORTS
--------------------------------------------------------------------------------------------------- */
require get_stylesheet_directory() . '/inc/theme_supports.php';
/* -----------------------------------------------------------------------------------------------
THEME ASSETS
--------------------------------------------------------------------------------------------------- */
require get_stylesheet_directory() . '/inc/theme_assets.php';
/* -----------------------------------------------------------------------------------------------
THEME FUNCTIONS
--------------------------------------------------------------------------------------------------- */
require get_stylesheet_directory() . '/inc/theme_functions.php';