/home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc
NameSizeModeActions
class-ajax-filter.php97700644editdlrm
class-ajax.php71080644editdlrm
class-cmb2-customize.php7120644editdlrm
class-customize.php269570644editdlrm
class-elementor.php294210644editdlrm
class-hook.php112390644editdlrm
class-main.php107280644editdlrm
class-widgets.php12620644editdlrm
class-woo.php70230644editdlrm
functions.php43410644editdlrm
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc/class-ajax.php (7108B)
'ova_room', 'posts_per_page' => $post_per_page, 'orderby' => 'name', 'order' => 'ASC', 'paged' => $paged, ); if ( ( 'all' != $type_room ) && ( 'all' === $features_room ) ) { $args['tax_query'] = array( 'relation' => 'OR', array( 'taxonomy' => 'cat_room', 'field' => 'slug', 'terms' => array( $type_room ), ), array( 'taxonomy' => 'features_room', 'field' => 'slug', 'terms' => array( $features_room ), ), ); } elseif ( ( 'all' != $features_room ) && ( 'all' === $type_room ) ) { $args['tax_query'] = array( 'relation' => 'OR', array( 'taxonomy' => 'cat_room', 'field' => 'slug', 'terms' => array( $type_room ), ), array( 'taxonomy' => 'features_room', 'field' => 'slug', 'terms' => array( $features_room ), ), ); } elseif ( ( 'all' != $features_room ) && ( 'all' != $type_room ) ) { $args['tax_query'] = array( 'relation' => 'AND', array( 'taxonomy' => 'cat_room', 'field' => 'slug', 'terms' => array( $type_room ), ), array( 'taxonomy' => 'features_room', 'field' => 'slug', 'terms' => array( $features_room ), ), ); }; $ajax_room = new \WP_Query( $args ); ?> have_posts() ) : while( $ajax_room->have_posts() ) : $ajax_room->the_post(); $room_id = get_the_ID(); $mooredate = get_post_meta( $room_id, 'ova_mooredate', true ); $room_date = date('d/m', strtotime( $mooredate )); $square = get_post_meta( $room_id, 'ova_moorearea', true ).' '; $bedrooms = get_post_meta( $room_id, 'ova_moorebedrooms', true ); $floor = get_post_meta( $room_id, 'ova_moorefloor', true ); // ***************** $total_price = get_post_meta( $room_id, 'ova_mooretotal', true ); // ***************** $icon_group = get_post_meta( $room_id, 'wiki_test_repeat_group', true ); // ****************** $url_image = get_the_post_thumbnail_url( $room_id ); // for popup $url_image_popup = get_post_meta( $room_id, 'ova_mooreimage_popup', true ); $url_send_request = get_post_meta( $room_id, 'ova_mooreurl_send_request', true ); $url_file_layout = get_post_meta( $room_id, 'ova_moorefile_layout', true ); $path = str_replace( site_url('/'), ABSPATH, esc_url( $url_file_layout) ); $size_file_layout = size_format( filesize( $path ), 1 ); ?>

<?php echo the_title();?>

2

<?php echo the_title();?>