- 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>
17 lines
379 B
PHP
Executable File
17 lines
379 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Ovidiu
|
|
* Date: 5/3/2017
|
|
* Time: 1:47 PM
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden!
|
|
}
|
|
?>
|
|
|
|
<div class="thrv_wrapper thrv_disqus_comments">
|
|
<div id="disqus_thread" data-disqus_identifier="368" data-disqus_shortname="<?php echo esc_attr( tve_get_comments_disqus_shortname() ); ?>" data-disqus_url=""></div>
|
|
</div>
|