forked from verdigado/sunflower
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions.php
More file actions
executable file
·31 lines (29 loc) · 1.17 KB
/
Copy pathfunctions.php
File metadata and controls
executable file
·31 lines (29 loc) · 1.17 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
<?php
require_once('inc/class-tgm-plugin-activation.php');
require_once('functions/_s.php');
require_once('functions/options/settings.php');
require_once('functions/options/social-media.php');
require_once('functions/options/events.php');
require_once('functions/events.php');
require_once('functions/excerpts.php');
require_once('functions/admin.php');
require_once('functions/plugin-activation.php');
require_once('functions/metaboxes.php');
require_once('functions/blocks.php');
require_once('functions/blocks/latest-posts.php');
require_once('functions/blocks/next-events.php');
require_once('functions/colors.php');
require_once('functions/update.php');
require_once('functions/widgets.php');
require_once('functions/block-patterns.php');
require_once('functions/related-posts.php');
require_once('functions/activation.php');
require_once('functions/comments.php');
require_once('functions/icalimport.php');
require_once('functions/pictureimport.php');
require_once('functions/emailscrambler.php');
require_once('functions/contact-form.php');
require_once('functions/api.php');
require_once('functions/childtheme.php');
require_once('functions/menu.php');
require_once('functions/security.php');