at path:
ROOT
/
wp-content
/
themes
/
darknews
/
inc
/
init.php
run:
R
W
Run
customizer
DIR
2025-05-31 10:48:44
R
W
Run
hooks
DIR
2025-05-31 10:48:44
R
W
Run
widgets
DIR
2025-05-31 10:48:39
R
W
Run
custom-header.php
2.89 KB
2025-05-31 10:41:26
R
W
Run
Delete
Rename
custom-style.php
17.2 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
init.php
764 By
2025-05-31 10:41:27
R
W
Run
Delete
Rename
jetpack.php
1.43 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
multi-author.php
3.47 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
ocdi.php
1.18 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
review.php
6.92 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
template-functions.php
19.36 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
template-images.php
2.46 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
template-tags.php
6.77 KB
2025-05-31 10:41:26
R
W
Run
Delete
Rename
upgrade.php
8.33 KB
2025-05-31 10:41:27
R
W
Run
Delete
Rename
woocommerce.php
11.58 KB
2025-05-31 10:41:26
R
W
Run
Delete
Rename
error_log
up
📄
init.php
Save
<?php /** * Load libraries. */ require_once get_template_directory() . '/lib/tgm/class-tgm-plugin-activation.php'; /** * Load Init for Hook files. */ require get_template_directory() . '/inc/hooks/hooks-init.php'; /** * Load Init for Hook files. */ require get_template_directory() . '/inc/widgets/widgets-init.php'; /** * Theme review. */ require get_template_directory().'/inc/review.php'; /** * Theme upgrade. */ // require get_template_directory().'/inc/upgrade.php'; /** * admin dashboard */ require get_template_directory() . '/admin-dashboard/admin_dashboard.php'; /** * Load info. */ if ( is_admin() ) { // require get_template_directory().'/lib/info/class.info.php'; // require get_template_directory().'/lib/info/info.php'; }