Files
brpp.pl/wp-content/plugins/loco-translate/tpl/admin/debug.php
Roman Pyrih 97352dcdc9 first commit
2025-08-26 10:50:15 +02:00

16 lines
276 B
PHP

<?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>