18
Validation results

Ronby

Ronby

WordPress 6.5.2 theme
18
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEronby.zip
  • FILE SIZE9700206 bytes
  • MD5ce07b2ab934b06f0598322e9e056c4b7
  • SHA1a7bb22e00eec58eebafba8431b1d449efb827886
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://fluentthemes.com
  • VERSION1.7
  • TAGSright-sidebar, post-formats
  • CREATION DATE2019-09-15
  • LAST FILE UPDATE2019-09-15
  • LAST VALIDATION2019-09-15 14:07
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 636: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 639: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 642: //fclose( $fp );
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File config.php : 71: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile welcome.php : 196: $page = 'add_management_page';File framework.php : 1338: // wrappers and need to be appened to using add_submenu_page.1389: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1440: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1338: // wrappers and need to be appened to using add_submenu_page.1389: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1440: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1415: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1338: // wrappers and need to be appened to using add_submenu_page.1389: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1440: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile theme-functions.php : 1311: add_menu_page( $page_title,File theme-functions.php : 1331: add_submenu_page( $parent_slug,
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was my-icons-collection.zip.
Warning
  1. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  2. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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 home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : plugins.php 3: require_once( RONBY_INIT_PATH . 'plugins/class-tgm-plugin-activation.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 : init.php 17: require_once( $locale_file );64: require_once(RONBY_ADMIN_PATH . '/ReduxCore/framework.php' );67: require_once(RONBY_ADMIN_PATH . '/config/config.php' );73: require_once( RONBY_INCLUDE_PATH . 'theme-functions.php' ); 78: require_once( RONBY_INCLUDE_PATH . 'nav-functions.php' );83: require_once( RONBY_INCLUDE_PATH . 'posts-meta-functions.php' );88: require_once( RONBY_INCLUDE_PATH . 'footer-functions.php' ); 95: require_once( RONBY_GUTENBERG_PATH . 'gutenberg-functions.php' ); 103: require_once( RONBY_INCLUDE_PATH . 'enqueue-small.php' );105: require_once( RONBY_INCLUDE_PATH . 'enqueue.php' );111: require_once( RONBY_INCLUDE_PATH . 'customcss.php' ); 116: require_once( RONBY_INCLUDE_PATH . 'widgets.php' ); 122: include_once( RONBY_INCLUDE_PATH . 'vc-shortcodes.php' ); 130: require_once( RONBY_INIT_PATH . 'demo-content/demo-content.php' );132: require_once( RONBY_INIT_PATH . 'plugins.php' );138: require_once( RONBY_INCLUDE_PATH . 'comment-functions.php' );144: require_once( RONBY_INCLUDE_PATH . 'custom-woocommerce-functions.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 : welcome.php 336: require_once 'views/about.php';351: require_once 'views/status_report.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 : extension_customizer.php 753: require_once( $class_file ); 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.redux_api.php 541: include_once( $api_check ); 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 : framework.php 408: require_once 'core/dashboard.php';412: require_once 'core/newsflash.php';1602: require_once 'core/enqueue.php';2751: require_once 'core/enqueue.php';2809: require_once 'core/panel.php';3161: require_once 'core/panel.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 : theme-functions.php 1731: require_once( RONBY_INCLUDE_PATH . 'style_selector/style_selector.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.
Other checked themes