Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
dreamleap.star4hire.com
/
wp-content
/
themes
/
edura
/
templates
✏️
Editing: content-page.php
<?php /** * @Packge : Edura * @Version : 1.0 * @Author : Themeholy * @Author URI : https://www.themeholy.com/ * */ // Block direct access if (!defined('ABSPATH')) { exit; } ?> <div id="page-<?php the_ID(); ?>" <?php post_class(); ?>> <?php /** * page content * Comments Template * @Hook edura_page_content * * @Hooked edura_page_content_cb * * */ do_action( 'edura_page_content' ); ?> </div>
💾 Save Changes
❌ Cancel