✏️ 正在编辑: raw.php
路径:
/home/eblama1/mintawon.farm/wp-content/plugins/elementor/modules/system-info/templates/raw.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * @var array $reports * @var int $tabs_count */ $tabs_count++; foreach ( $reports as $report_name => $report ) : $report['report']->print_raw( $tabs_count ); if ( ! empty( $report['sub'] ) ) : $this->print_report( $report['sub'], $template, true ); endif; endforeach; $tabs_count--;
💾 保存文件
← 返回文件管理器