OwlCyberSecurity - MANAGER
Edit File: content-audio.php
<?php /** * @Packge : Edura * @Version : 1.0 * @Author : Themeholy * @Author URI : https://www.themeholy.com/ * */ // Block direct access if ( !defined( 'ABSPATH' ) ) { exit; } echo '<!-- Single Post -->'; ?> <div <?php post_class(); ?>> <?php // Blog Post Content do_action( 'edura_blog_post_content' ); echo '</div>'; echo '<!-- End Single Post -->';