74
Validation results

RealHomes

RealHomes

WordPress 6.5.2 theme
74
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMErealhomes.zip
  • FILE SIZE9085264 bytes
  • MD554f3b6f77aedaae7b9c9147265cdb64c
  • SHA1198d229ddb4644b34840cb17b6ced66d964a52ed
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION3.11.1
  • TAGScustom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, stick
  • CREATION DATE2020-09-10
  • LAST FILE UPDATE2020-09-10
  • LAST VALIDATION2020-09-10 23:00
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-rh-admin.php :
    Ligne67: add_menu_page(
    File class-rh-admin.php :
    Ligne114: call_user_func_array( 'add_submenu_page', $sub_menu );
Warning
  1. theme tags : Presence of bad theme tagsThe tag light has been deprecated, it must be removed from style.css header.Found wrong tag custom-logo in style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is realhomes.
  3. Text domain : Incorrect use of translation functions.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are framework, tgmpa.
  4. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  5. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.
  6. Date and time implementation : Use of the_time()At least one hard coded date was found in the file meta.php. Function get_option( 'date_format' ) should be used instead.
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : plugins.php
    Ligne34: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : class-rh-admin.php
    Ligne705: include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
    Ligne706: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : header.php
    Ligne27: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/login-registe
    Ligne33: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/contact-infor
    Ligne39: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/banner.php' )
    Ligne46: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/search-form.p
    Ligne47: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/header-var.ph
    Ligne54: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/header/others.php' )
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : property.php
    Ligne95: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/property/child-prope
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : search.php
    Ligne26: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/properties-se
    Ligne32: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-b
    Ligne38: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-l
    Ligne44: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-b
    Ligne50: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-g
    Ligne56: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-p
    Ligne62: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/search/search-form-a
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : customizer.php
    Ligne89: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-multiple-check
    Ligne90: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-multiple-check
    Ligne91: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-heading.php' )
    Ligne92: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-intro-text.php
    Ligne93: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-radio-image.ph
    Ligne94: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-separator.php'
    Ligne95: require_once( INSPIRY_FRAMEWORK . 'customizer/custom/control-dragdrop.php' 
    Ligne168: require_once( INSPIRY_FRAMEWORK . 'customizer/site-logo.php' );
    Ligne173: require_once( INSPIRY_FRAMEWORK . 'customizer/header.php' );
    Ligne178: require_once( INSPIRY_FRAMEWORK . 'customizer/footer.php' );
    Ligne183: require_once( INSPIRY_FRAMEWORK . 'customizer/search.php' );
    Ligne188: require_once( INSPIRY_FRAMEWORK . 'customizer/property.php' );
    Ligne193: require_once( INSPIRY_FRAMEWORK . 'customizer/properties-templates-and-arch
    Ligne198: require_once( INSPIRY_FRAMEWORK . 'customizer/agents.php' );
    Ligne203: require_once( INSPIRY_FRAMEWORK . 'customizer/agencies.php' );
    Ligne208: require_once( INSPIRY_FRAMEWORK . 'customizer/blog.php' );
    Ligne213: require_once( INSPIRY_FRAMEWORK . 'customizer/gallery.php' );
    Ligne218: require_once( INSPIRY_FRAMEWORK . 'customizer/pages.php' );
    Ligne224: require_once( INSPIRY_FRAMEWORK . 'customizer/contact.php' );
    Ligne230: require_once( INSPIRY_FRAMEWORK . 'customizer/members.php' );
    Ligne235: require_once( INSPIRY_FRAMEWORK . 'customizer/favorites.php' );
    Ligne240: require_once( INSPIRY_FRAMEWORK . 'customizer/floating-features.php' );
    Ligne245: require_once( INSPIRY_FRAMEWORK . 'customizer/language-switcher.php' );
    Ligne250: require_once( INSPIRY_FRAMEWORK . 'customizer/compare-properties.php' );
    Ligne255: require_once( INSPIRY_FRAMEWORK . 'customizer/misc.php' );
    Ligne260: require_once( INSPIRY_FRAMEWORK . 'customizer/user-sync.php' );
    Ligne265: require_once( INSPIRY_FRAMEWORK . 'customizer/styles.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : styles.php
    Ligne36: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/basic-setting
    Ligne41: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/core-styles.p
    Ligne46: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/typography.ph
    Ligne52: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/header-styles
    Ligne57: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/slider.php' )
    Ligne62: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/banner.php' )
    Ligne67: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/home-page.php
    Ligne72: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/property-item
    Ligne77: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/buttons.php' 
    Ligne82: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/news.php' );
    Ligne87: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/gallery.php' 
    Ligne92: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/footer.php' )
    Ligne98: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/styles/floating-feat
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : footer.php
    Ligne29: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/footer/partners.php'
    Ligne36: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/footer/logo.php' );
    Ligne42: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/footer/text.php' );
    Ligne47: require_once( INSPIRY_FRAMEWORK . 'customizer/sections/footer/layout.php' )
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : member.php
    Ligne850: require_once( ABSPATH . 'wp-admin/includes/image.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : property-submit-handler.php
    Ligne239: require_once( ABSPATH . 'wp-admin' . '/includes/image.php' );
    Ligne240: require_once( ABSPATH . 'wp-admin' . '/includes/file.php' );
    Ligne241: require_once( ABSPATH . 'wp-admin' . '/includes/media.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : design-variations-handler.php
    Ligne1048: include_once( INSPIRY_THEME_DIR . '/styles/css/dynamic-css.php' );
    Ligne1055: include_once( INSPIRY_COMMON_DIR . '/css/dynamic-css.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : login-modal.php
    Ligne34: <?php include( get_template_directory() . '/common/images/login-quote.svg' ); ?>
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : compare-view.php
    Ligne81: <a class='rh_compare__remove' data-property-id='<?php echo esc_attr( $compare_single_property['ID'] ); ?>' href='<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>'><i class='fa'><?php include( get_template_directory() . '/common/images/icon-close.svg' ); ?></
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes