- 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>
11 lines
681 B
PHP
Executable File
11 lines
681 B
PHP
Executable File
<h2 class="tcb-modal-title"><?php echo esc_html__( 'Content Templates', 'thrive-cb' ); ?></h2>
|
|
<div class="mt-20">
|
|
<?php echo esc_html__( 'You have no content templates saved at the moment. Create a new content template in order to use this option.', 'thrive-cb' ) ?>
|
|
<br><br>
|
|
<a href="https://thrivethemes.com/tkb_item/how-to-use-the-content-template-element/" target="_blank"><?php echo esc_html__( 'Click here to found out more about saving and loading templates', 'thrive-cb' ) ?></a>
|
|
</div>
|
|
|
|
<div class="tcb-modal-footer pt-40">
|
|
<button type="button" class="tcb-modal-save tcb-right tve-button medium green"><?php echo esc_html__( 'Done', 'thrive-cb' ) ?></button>
|
|
</div>
|