0
Validation results

G5 Beyot

G5 Beyot

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEbeyot.zip
  • FILE SIZE23727018 bytes
  • MD5b701d5299530e2146b17b8ee495589a1
  • SHA19f5c460e5e4ff6dd08b54ffffc4a10775448ef80
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://themes.g5plus.net/beyot/
  • VERSION2.0.0
  • AUTHOR URI
  • TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
  • CREATION DATE2021-03-30
  • LAST FILE UPDATE2021-03-30
  • LAST VALIDATION2021-03-30 11:20
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of base64_decode() Found base64_decode in file g5plus_import_class.php. 35: $s_query = $wpdb->prepare('insert into $wpdb->options(`option_name`, `option_value`, `autoload`) values(%s, %s, %s)', $key, base64_decode($value['option_value']), $value['autoload']);38: $s_query = $wpdb->prepare('update $wpdb->options set `option_value` = %s , `autoload` = %s where option_name = %s', base64_decode($value['option_value']), $value['autoload'], $key);Found base64_decode in file admin-theme-options.class.php. 595: $backup = json_decode(base64_decode($_POST['backup_data']), true);
  2. Security breaches : Use of base64_encode() Found base64_encode in file admin-theme-options.class.php.
     <textarea readonly><?php echo base64_encode(json_encode($options)); ?></textarea>
     echo base64_encode(json_encode($options));
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-gf-dashboard.php : 58: add_menu_page(File class-gf-dashboard.php : 69: add_submenu_page(81: add_submenu_page(File class-gf-dashboard.php : 69: add_submenu_page(81: add_submenu_page(File install-demo.php : 26: add_submenu_page(File fonts.class.php : 50: add_submenu_page(File admin-theme-options.class.php : 48: add_menu_page(File admin-theme-options.class.php : 59: add_submenu_page(
  4. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.1055: $headers = wp_get_http( $url, $upload['file'] );
  5. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was beyot-framework-v5.0.0.zip js_composer-v6.2.0.zip envato-market.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in g5plus-framework.php. Themes must not deregister core scripts. 201: wp_deregister_script('select2');
  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 g5-beyot.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Classic' in file config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Dark Layout' in file config.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments in file template.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments in file template.php.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 g5-beyot, beyot-framework, g5plus-arvo, smart-framework, Smart Framework.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file frontend.css.
  6. I18N implementation : Proper use of ___all(Possible variable $title found in translation function in template.php. Translation function calls should not contain PHP variables. Possible variable $description found in translation function in template.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of esc_html___all(Possible variable $title found in translation function in template.php. Translation function calls should not contain PHP variables. Possible variable $description found in translation function in template.php. Translation function calls should not contain PHP variables.
  8. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file class-gf-dashboard-system-status.php.204: $php_version_markup = '<mark class='error'>' . sprintf( __( '%s - We recommend a minimum PHP version of 5.6. See: %s', 'beyot-framework' ), esc_html( $php_version ), '<a href='http://php.net/downloads.php' target='_blank'>' . __( 'How to update your P
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : post-format-ui.php 90: include(G5PLUS_THEME_DIR.'core/post-format-ui/views/tabs.php');107: include(G5PLUS_THEME_DIR.'core/post-format-ui/views/format-'.$format.'.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 : Cache.php 3: require_once( GF_PLUGIN_DIR . 'core/less/Version.php');68: require_once(ABSPATH . 'wp-admin/includes/file.php');155: require_once($file);306: require_once(ABSPATH . 'wp-admin/includes/file.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 : Less.php 3: require_once( GF_PLUGIN_DIR . 'core/less/Cache.php');518: require_once(ABSPATH . 'wp-admin/includes/file.php');535: return include($cache_file);548: require_once(ABSPATH . 'wp-admin/includes/file.php');592: require_once(ABSPATH . 'wp-admin/includes/file.php');3847: $mime = require('mime');3868: require_once(ABSPATH . 'wp-admin/includes/file.php');5999: require_once(ABSPATH . 'wp-admin/includes/file.php');9429: require_once(ABSPATH . 'wp-admin/includes/file.php');10176: require_once(ABSPATH . 'wp-admin/includes/file.php');10302: require_once(ABSPATH . 'wp-admin/includes/file.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 : install-demo-page.php 42: <li><?php echo sprintf(__('<strong>1. Main demo and Single Agent Demo:</strong> Please active all plugin require (not idxpress, ihomefinder)', 'beyot-framework')); ?></li>43: <li><?php echo sprintf(__('<strong>2. Single Property Landing demo:</strong> Please active all plugin require (not Essential Real Estate plugin, idxpress, ihomefinder)', 'beyot-44: <li><?php echo sprintf(__('<strong>3. IDXpress demo:</strong> Please active all plugin require (not Essential Real Estate plugin) and active IDXpress plugin', 'be45: <li><?php echo sprintf(__('<strong>4. iHomeFinder demo:</strong> Please active all plugin require (not Essential Real Estate plugin) and active ihomefinder plugin', 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 : parsers.php 61: require_once(ABSPATH . 'wp-admin/includes/file.php');277: require_once(ABSPATH . 'wp-admin/includes/file.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 : install-demo.php 70: require_once( ABSPATH . 'wp-content/plugins/revslider/revslider_admin.php' 83: require_once( $class_wp_importer );92: require_once( $class_wp_import );114: include_once( GF_PLUGIN_DIR . 'core/install-demo/g5plus_import_class.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 : g5plus_import_class.php 27: require_once(ABSPATH . 'wp-admin/includes/file.php');54: require_once(ABSPATH . 'wp-admin/includes/file.php');138: require_once(ABSPATH . 'wp-admin/includes/file.php');420: require_once(ABSPATH . 'wp-admin/includes/file.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 : wordpress-importer.php 138: require_once(ABSPATH . 'wp-admin/includes/file.php');610: require_once(ABSPATH . 'wp-admin/includes/file.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 : widgets.php 22: include_once(GF_PLUGIN_DIR . 'widgets/includes/' . $class .'.php');27: include_once( GF_PLUGIN_DIR . 'widgets/g5plus-widget.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 : less-functions.php 514: require_once(ABSPATH . 'wp-admin/includes/file.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 : file.class.php 19: require_once(ABSPATH . 'wp-admin/includes/file.php');26: require_once(ABSPATH . 'wp-admin/includes/file.php');33: require_once(ABSPATH . 'wp-admin/includes/file.php');40: require_once(ABSPATH . 'wp-admin/includes/file.php');48: require_once(ABSPATH . 'wp-admin/includes/file.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 : helper.class.php 80: include($located); 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 : smart-framework.php 86: include_once($path); 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 : theme-functions.php 133: include($located); 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