File manager - Edit - /home/theblueo/tv/fb4e3b/dump.php.tar
Back
home/theblueo/www/wp-content/plugins/loco-translate/tpl/debug/dump.php 0000644 00000000537 15214153615 0022210 0 ustar 00 <?php /** * Debug snippet: dumps current argument scope */ ?><dl class="debug"><?php foreach( $params as $prop => $value ): if( '_' !== $prop{0} ):?> <dt><?php echo esc_html($prop)?></dt> <dd><?php echo esc_html( json_encode($value,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE) )?></dd><?php endif; endforeach?> </dl>