-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions.php
More file actions
executable file
·38 lines (32 loc) · 1.14 KB
/
functions.php
File metadata and controls
executable file
·38 lines (32 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
//defaults
require_once('functions/enqueue.php');
require_once('functions/admin.php');
require_once('functions/debug.php');
require_once('functions/default.php');
require_once('functions/menu.php');
// Un-comment to use
require_once('functions/acf.php');
// require_once('functions/documentation.php');
// require_once('functions/gravityforms.php');
// require_once('functions/gravity_forms-v5.php');
// require_once('functions/images.php');
require_once('functions/pagination.php');
// require_once('functions/yoast.php');
// // custom post types
// require_once('functions/cpt.php');
// //shop
require_once('functions/woo.php');
// // Components
// require_once('functions/components.php');
// // Acf custom option pages
// require_once('functions/_options/Featuredin.php');
// require_once('functions/_options/SocialLinks.php');
// require_once('functions/_options/Subscribe.php');
// require_once('functions/_options/Team.php');
// require_once('functions/_options/Testimonials.php');
// //Components
// import('/components/Overview.php');
// import('/components/SplitTitle.php');
// import('/components/Link.php');
// import('/components/Accordion.php');