HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content/themes/magplus/framework/admin/
Upload File :
Current File : //home/otwalrll/.trash/wp-content/themes/magplus/framework/admin/admin-init.php
<?php

require_once get_theme_file_path('framework/admin/api/themebubble-api.php');
if(is_admin() && current_user_can('switch_themes')):
  require get_theme_file_path('framework/admin/dashboard/admin-dashboard.php');
endif;
$is_valid = ThemeBubble_API::get_instance()->is_registered();
if($is_valid):
  require get_theme_file_path('framework/admin/cache/rs-cache.php');
endif;

require_once get_theme_file_path('framework/admin/redux-extensions/extensions-init.php');
require_once get_theme_file_path('framework/admin/metaboxes-init.php');
require_once get_theme_file_path('framework/admin/options-init.php');