File manager - Edit - /home/kdmucyyv/semigocare.co.uk/wp-content/plugins/dethemekit-for-elementor/admin/includes/reports.php
Back
<?php namespace DethemeKitAddons\Admin\Includes; use DethemeKitAddons\Helper_Functions; if( ! defined( 'ABSPATH' ) ) exit; class Config_Data { public function __construct() { add_action( 'admin_menu', array ($this,'create_sys_info_menu' ), 100 ); } public function create_sys_info_menu() { add_submenu_page( 'dethemekit-addons', '', __( 'System Info','dethemekit-for-elementor' ), 'manage_options', 'dethemekit-addons-sys', [$this, 'pa_sys_info_page'] ); } public function pa_sys_info_page() { ?> <div class="wrap"> <div class="response-wrap"></div> <div class="pa-header-wrapper"> <div class="pa-title-left"> <h1 class="pa-title-main"><?php echo Helper_Functions::name(); ?></h1> <h3 class="pa-title-sub"><?php echo sprintf( /* translators: 1: plugin name, 2: author. */ esc_html__( 'Thank you for using %1$s. This plugin has been developed by %2$s and we hope you enjoy using it.','dethemekit-for-elementor' ), Helper_Functions::name(), Helper_Functions::author() ); ?></h3> </div> <?php if( ! Helper_Functions::is_hide_logo() ) : ?> <div class="pa-title-right"> <img class="pa-logo" src="<?php echo DETHEMEKIT_ADDONS_URL . 'admin/images/dethemekit-addons-logo.png'; ?>"> </div> <?php endif; ?> </div> <div class="pa-settings-tabs pa-sys-info-tab"> <div id="pa-system" class="pa-settings-tab"> <div class="pa-row"> <h3 class="pa-sys-info-title"><?php echo __('System setup information useful for debugging purposes.','dethemekit-for-elementor');?></h3> <div class="pa-system-info-container"> <?php require_once ( DETHEMEKIT_ADDONS_PATH . 'admin/includes/dep/info.php'); echo nl2br( pa_get_sysinfo() ); ?> </div> </div> </div> <?php if( ! Helper_Functions::is_hide_rate() ) : ?> <div> <p><?php echo __('Did you like DethemeKit Addons for Elementor Plugin? Please ', 'dethemekit-for-elementor'); ?><a href="https://wordpress.org/support/plugin/dethemekit-addons-for-elementor/reviews/#new-post" target="_blank"><?php echo __('Click Here to Rate it ★★★★★', 'dethemekit-for-elementor'); ?></a></p> </div> <?php endif; ?> </div> </div> <?php } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings