HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_hwg2wc/fnaluxury.com/wp-content/themes/houzez/framework/metaboxes/property-metaboxes.php
<?php
include_once( get_theme_file_path('/framework/metaboxes/property/information.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/fields_builder.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/map.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/settings.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/media.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/virtual_tour.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/agent.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/home_slider.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/multi_units.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/floor_plans.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/attachments.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/private_note.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/energy.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/listing_layout.php') );

include_once( get_theme_file_path('/framework/metaboxes/property/listing_rental.php') );

if( !function_exists('houzez_register_property_metaboxes') ) {

    function houzez_register_property_metaboxes( $meta_boxes ) {

        $meta_boxes_tabs = array();

        $meta_boxes_fields = array();

        $meta_boxes[] = array(
            'id'         => 'houzez-property-meta-box',
            'title'      => esc_html__('Property', 'houzez'),
            'post_types' => array( 'property' ),
            'tabs'       => apply_filters( 'houzez_property_metabox_tabs', $meta_boxes_tabs ),
            'tab_style'  => 'left',
            'fields'     => apply_filters( 'houzez_property_metabox_fields', $meta_boxes_fields ),
        );

        return apply_filters( 'houzez_theme_meta', $meta_boxes );

    }

    add_filter( 'rwmb_meta_boxes', 'houzez_register_property_metaboxes' );
}