- 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>
48 lines
1.7 KiB
PHP
Executable File
48 lines
1.7 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Thrive Themes - https://thrivethemes.com
|
|
*
|
|
* @package thrive-visual-editor
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden!
|
|
} ?>
|
|
|
|
<div id="tve-submit_button-component" class="tve-component" data-view="SubmitButton">
|
|
<div class="text-options action-group">
|
|
<div class="dropdown-header" data-prop="docked">
|
|
<div class="group-description">
|
|
<?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?>
|
|
</div>
|
|
<i></i>
|
|
</div>
|
|
<div class="dropdown-content">
|
|
<div class="tve-control gl-st-button-toggle-1 hide-states" data-view="ButtonPalettes"></div>
|
|
<div class="tve-master-color">
|
|
<div class="tve-control gl-st-button-toggle-1" data-view="MasterColor"></div>
|
|
<div class="master_color_warning global-edit-warning tcb-hide">
|
|
<?php echo esc_html__( 'Changing the Master Color will unlink the element from any global color/gradient which was applied on it previously.', 'thrive-cb' ); ?>
|
|
</div>
|
|
</div>
|
|
<div class="hide-states">
|
|
<div class="tve-control" data-view="SecondaryText"></div>
|
|
<div class="tve-control" data-view="ButtonIcon"></div>
|
|
</div>
|
|
<div class="tcb-button-icon-controls tcb-hidden hide-states">
|
|
<div class="tve-control tcb-icon-side-wrapper" data-key="icon_side" data-view="ButtonGroup"></div>
|
|
</div>
|
|
|
|
<div class="hide-states padding-4">
|
|
<div class="tve-control no-space sep-top" data-key="ButtonSize" data-view="ButtonGroup"></div>
|
|
<div class="tve-control pt-5 gl-st-button-toggle-2" data-key="Align" data-view="ButtonGroup"></div>
|
|
<div class="tve-control gl-st-button-toggle-2" data-view="ButtonWidth"></div>
|
|
<div class="tcb-button-link-container">
|
|
<hr>
|
|
<div class="btn-link mt-10"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|