• File: debug.php
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-content/plugins/loco-translate/tpl/admin/debug.php
  • Date Modified: 08/18/2026 9:56 AM
  • File size: 276 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Debug
 */
$this->extend('layout');
?>

    <h1>Debug</h1>

    <?php
    echo $this->render('../debug/dump');
    ?> 

    <form>
        <button class="button button-primary button-large has-icon icon-save loco-loading" disabled>Test spinner</button>
    </form>