dvadf
File manager - Edit - /home/theblueo/tv/wp-includes/pomo/lib/dump.php.tar
Back
home/theblueo/www/wp-content/plugins/loco-translate/tpl/debug/dump.php 0000644 00000000537 15214171216 0022205 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>