| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/colleary/public_html/wp-content/themes/realhomes/framework/functions/ |
Upload File : |
<?php /** * This file loads other files containing various functions used in this theme */ // Header functions require_once( INSPIRY_FRAMEWORK . 'functions/header.php' ); //Basic functions require_once( INSPIRY_FRAMEWORK . 'functions/basic.php' ); //Pagination functions require_once( INSPIRY_FRAMEWORK . 'functions/pagination.php' ); // Price functions require_once( INSPIRY_FRAMEWORK . 'functions/price.php' ); // Real Estate functions require_once( INSPIRY_FRAMEWORK . 'functions/real-estate.php' ); // Real Estate Search Functions require_once( INSPIRY_FRAMEWORK . 'functions/real-estate-search.php' ); // Home related functions include_once( INSPIRY_FRAMEWORK . 'functions/home.php' ); // Breadcrumbs functions require_once( INSPIRY_FRAMEWORK . 'functions/breadcrumbs.php' ); // Users / Members related functions include_once( INSPIRY_FRAMEWORK . 'functions/member.php' ); // Property submit and edit include_once( INSPIRY_FRAMEWORK . 'functions/submit-edit.php' ); // Favorites functions include_once( INSPIRY_FRAMEWORK . 'functions/favorites.php' ); // Contact form handlers include_once( INSPIRY_FRAMEWORK . 'functions/contact-form-handlers.php' ); // Property submit handler include_once( INSPIRY_FRAMEWORK . 'functions/property-submit-handler.php' ); // Edit profile handler include_once( INSPIRY_FRAMEWORK . 'functions/edit-profile-handler.php' ); // Theme's custom comment include_once( INSPIRY_FRAMEWORK . 'functions/theme-comment.php' ); // Currency switcher include_once( INSPIRY_FRAMEWORK . 'functions/currency-switcher.php' ); // Demo import functions require_once( INSPIRY_FRAMEWORK . 'functions/demo-import.php' ); // Compare functions require_once( INSPIRY_FRAMEWORK . 'functions/compare.php' );