@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
zip2
/
files
/
wp-content
/
themes
/
wpresidence
/
Path :
Upload File :
New :
File
Dir
/var/www/html/zip2/files/wp-content/themes/wpresidence/gdpr_terms.php
<?php // Template Name: GDPR Terms // Wp Estate Pack global $post; get_header(); $wpestate_options=wpestate_page_details($post->ID); ?> <div class="row"> <?php get_template_part('templates/breadcrumbs'); ?> <div class="col-xs-12 <?php print esc_html($wpestate_options['content_class']);?> "> <?php get_template_part('templates/ajax_container'); ?> <?php while (have_posts()) : the_post(); ?> <?php if (esc_html( get_post_meta($post->ID, 'page_show_title', true) ) != 'no') { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?> <div class="single-content"><?php the_content();?></div><!-- single content--> <?php endwhile; // end of the loop. ?> </div> <?php include get_theme_file_path('sidebar.php'); ?> </div> <?php get_footer(); ?>