-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfunctions.php
More file actions
43 lines (15 loc) · 932 Bytes
/
functions.php
File metadata and controls
43 lines (15 loc) · 932 Bytes
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
39
40
41
42
43
<?php
require_once get_template_directory() . '/inc/theme-support.php';
require_once get_template_directory() . '/inc/menus.php';
require_once get_template_directory() . '/inc/styles-scripts.php';
require_once get_template_directory() . '/inc/widgets.php';
require_once get_template_directory() . '/inc/custom-post-types.php';
require_once get_template_directory() . '/inc/meta-boxes/membro.php';
require_once get_template_directory() . '/inc/custom-fields.php';
require_once get_template_directory() . '/inc/taxonomies.php';
require_once get_template_directory() . '/inc/shortcodes.php';
require_once get_template_directory() . '/inc/customizer.php';
require_once get_template_directory() . '/inc/search-filter.php';
require_once get_template_directory() . '/inc/og-tags.php';
require_once get_template_directory() . '/inc/author-fields.php';
require_once get_template_directory() . '/inc/helpers.php';