-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctions.php
25 lines (14 loc) · 934 Bytes
/
functions.php
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
<?php
require_once get_template_directory() . '/functions/enqueue-style.php';
require_once get_template_directory() . '/functions/register-blocks.php';
require_once get_template_directory() . '/functions/add-page-options.php';
/* require_once get_template_directory() . '/functions/role-editor.php';
*/
require_once get_template_directory() . '/functions/custom-class-menu.php';
require_once get_template_directory() . '/functions/add-menu-support-and-register-menus.php';
/*
require_once get_template_directory() . '/functions/register-main-script.php';
require_once get_template_directory() . '/functions/custom-sub-menu-cpt-backoffice.php';
require_once get_template_directory() . '/functions/emails/afficher-entree-mail-back-office.php'; */
// require_once get_template_directory() . '/functions/emails/ajout-page-entree-mail.php';
// require_once get_template_directory() . '/functions/emails/traitement-mails.php';