Files
__inwestprofil.pagedev.pl/wp-content/plugins/loco-translate/tpl/admin/debug.php
Roman Pyrih 296b13244b first commit
2025-07-11 12:34:24 +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>