- 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>
7 lines
280 B
PHTML
Executable File
7 lines
280 B
PHTML
Executable File
<div class="label pb-10">
|
|
<?php esc_attr_e( 'Target URL', 'thrive-cb' ) ?>
|
|
</div>
|
|
<div class="tcb-search-wrapper">
|
|
<input type="text" class="tcb-link-suggest" placeholder="<?php esc_attr_e( 'Paste URL or type to search', 'thrive-cb' ) ?>">
|
|
</div>
|
|
<div class="url-preview"></div>
|