Current File : /home/kelaby89/babyl0n.restaurant/wp-content/themes/restar/templates/content-page.php |
<?php
/**
* @Packge : Restar
* @Version : 1.0
* @Author : Themeholy
* @Author URI : https://themeforest.net/user/themeholy
*
*/
// Block direct access
if (!defined('ABSPATH')) {
exit;
}
?>
<div id="page-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* page content
* Comments Template
* @Hook restar_page_content
*
* @Hooked restar_page_content_cb
*
*
*/
do_action( 'restar_page_content' );
?>
</div>