Your IP : 216.73.216.0


Current Path : /home/goldnueh/goodluckspa.info/wp-content/themes/wellnez/templates/
Upload File :
Current File : /home/goldnueh/goodluckspa.info/wp-content/themes/wellnez/templates/content-page.php

<?php
/**
 * @Packge     : Wellnez
 * @Version    : 1.0
 * @Author     : Vecurosoft
 * @Author URI : https://www.vecurosoft.com/
 *
 */

// Block direct access
if (!defined('ABSPATH')) {
    exit;
}
?>
<div id="page-<?php the_ID(); ?>" <?php post_class(); ?>>
	<?php 

	/**
	 * page content 
	 * Comments Template
	 * @Hook  wellnez_page_content
	 *
	 * @Hooked wellnez_page_content_cb
	 * 
	 *
	 */
	do_action( 'wellnez_page_content' );
	?>
</div>