- 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>
29 lines
1.1 KiB
PHTML
Executable File
29 lines
1.1 KiB
PHTML
Executable File
<div class="drop-panel panel-light">
|
|
<div class="link-option-panel">
|
|
<span class="label"><?php echo __( 'Custom Networks', 'thrive-cb' ) ?></span>
|
|
<div class="tcb-network-separator">
|
|
<hr>
|
|
</div>
|
|
<div class="tcb-network-icon-picker"></div>
|
|
<hr>
|
|
<div data-tab="static" class="static-option">
|
|
<label><?php echo __( 'Social Name', 'thrive-cb' ) ?></label>
|
|
<div>
|
|
<input class="tcb-network-name" type="text" class="text" value="">
|
|
</div>
|
|
<label><?php echo __( 'URL', 'thrive-cb' ) ?></label>
|
|
<div>
|
|
<input class="tcb-network-url" type="text" class="text" value="">
|
|
</div>
|
|
</div>
|
|
<div class="tcb-flex space-between mt-10">
|
|
<div class="elem-link-newtab"></div>
|
|
<div class="elem-link-nofollow"></div>
|
|
</div>
|
|
</div>
|
|
<div class="action-buttons control-grid">
|
|
<div data-fn="onCancel" class="click tve-button drop-panel-action btn-cancel"><?php echo __( 'Cancel', 'thrive-cb' ) ?></div>
|
|
<div data-fn="onApply" class="click tve-button drop-panel-action btn-apply"><?php echo __( 'Apply', 'thrive-cb' ) ?></div>
|
|
</div>
|
|
<div class="tcb-panel-arrow"></div>
|
|
</div>
|