Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/loco-translate/tpl/admin/bundle/ |
Upload File : |
<?php /** * Show bundle diagnostics */ $this->extend('../layout'); /* @var Loco_mvc_ViewParams $meta */ ?> <p> <?php esc_html_e('This information is for developers to find problems in the bundle setup','loco-translate')?>. </p> <p data-vendor="<?php $meta->e('vendor')?>"> <?php echo $meta->author?> </p><?php /* @var $notices Loco_mvc_ViewParams[] */ foreach( $notices as $notice ):?> <div class="<?php $notice->e('style')?>"> <p> <strong class="has-icon"> </strong> <?php $notice->e('body')?> </p> </div><?php endforeach; /* @var Loco_mvc_ViewParams $params */ if( $params->has('xml') ):?> <div class="panel"> <h4>Current configuration as XML:</h4> <pre><?php $params->e('xml')?></pre> </div><?php endif?>