at path:
ROOT
/
wp-content
/
themes
/
upaper
/
admin
/
admin-init.php
run:
R
W
Run
demo
DIR
2025-05-31 09:02:26
R
W
Run
redux-extensions
DIR
2025-05-31 09:02:26
R
W
Run
redux-framework
DIR
2025-05-31 09:02:26
R
W
Run
.DS_Store
6 KB
2025-05-31 09:02:22
R
W
Run
Delete
Rename
README.md
1.08 KB
2025-05-31 09:02:26
R
W
Run
Delete
Rename
admin-init.php
776 By
2025-05-31 09:02:26
R
W
Run
Delete
Rename
options-init.php
60.47 KB
2025-05-31 09:02:26
R
W
Run
Delete
Rename
error_log
up
📄
admin-init.php
Save
<?php // Load the TGM init if it exists if ( file_exists( dirname( __FILE__ ) . '/tgm/tgm-init.php' ) ) { require_once dirname( __FILE__ ) . '/tgm/tgm-init.php'; } // Load the embedded Redux Framework if ( file_exists( dirname( __FILE__ ).'/redux-framework/framework.php' ) ) { require_once dirname(__FILE__).'/redux-framework/framework.php'; } // Load the theme/plugin options if ( file_exists( dirname( __FILE__ ) . '/options-init.php' ) ) { require_once dirname( __FILE__ ) . '/options-init.php'; } // Load Redux extensions if ( file_exists( dirname( __FILE__ ) . '/redux-extensions/extensions-init.php' ) ) { require_once dirname( __FILE__ ) . '/redux-extensions/extensions-init.php'; }