STRATO-apps/wordpress_03/app/wp-content/plugins/elementor/modules/system-info/templates/raw.php
SHA-256: 16ac16c0b8a65bdd0cd3d0e8553e41c6135d172cd5ac4cd4baf3ec4d3312abb7
<?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--;