- 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>
20 lines
409 B
PHP
Executable File
20 lines
409 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Ovidiu
|
|
* Date: 2/18/2019
|
|
* Time: 10:18 AM
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden!
|
|
}
|
|
?>
|
|
|
|
<div class="thrv_wrapper thrv-content-block tcb-elem-placeholder">
|
|
<span class="tcb-inline-placeholder-action with-icon">
|
|
<?php tcb_icon( 'add', false, 'editor' ); ?>
|
|
<?php echo esc_html__( 'Add Content Block', 'thrive-cb' ); ?>
|
|
</span>
|
|
</div>
|