- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
545 B
PHTML
Executable File
19 lines
545 B
PHTML
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ovidiu
|
|
* Date: 9/30/2018
|
|
* Time: 4:26 PM
|
|
*/
|
|
?>
|
|
<div class="row middle-xs">
|
|
<div class="col-xs-12">
|
|
<span id="global-style-desc"></span> <a href="https://thrivethemes.com/tkb_item/how-to-use-the-shared-styles-feature/" target="_blank"><?php tcb_icon( 'info' ); ?></a>
|
|
</div>
|
|
<style id="global-style-preview-css"></style>
|
|
<div id="global-style-preview-html" class="global-style-preview col-xs-12"></div>
|
|
<div class="col-xs-12">
|
|
<input type="text" id="global-style-name"/>
|
|
</div>
|
|
</div>
|