0
Validation results

RedWaves

RedWaves

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEredwaves.zip
  • FILE SIZE8599481 bytes
  • MD58d3c16596eb03bc86be78614b0bfc549
  • SHA1ab341945f2705e85a4b41a49f05a5e29f5d490d9
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://themient.com/themes/redwaves/
  • VERSION3.0.3
  • AUTHOR URI
  • TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
  • CREATION DATE2021-02-12
  • LAST FILE UPDATE2021-02-12
  • LAST VALIDATION2021-02-12 19:53
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 class-twitteroauth.php. 212: $decoded_sig = base64_decode($signature);
  2. Security breaches : Use of base64_encode() Found base64_encode in file class-twitteroauth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  3. Malware : Operations on file system file_get_contents was found in the file class-twitteroauth.php 282: file_get_contents(self::$POST_INPUT)
  4. Malware : Network operations curl_init was found in the file class-twitteroauth.php 1089: $ci = curl_init();curl_exec was found in the file class-twitteroauth.php 1115: $response = curl_exec($ci);
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin.php : 17: add_menu_page(File admin.php : 27: add_submenu_page(File updater.php : 64: add_submenu_page(
  6. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was arkam.zip js_composer.zip tt-portfolio.zip.
Warning
  1. 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 redwaves, tgmpa.
  2. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  5. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  6. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  7. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file class-latesttweets.php.80: <p><?php printf( esc_html__( 'To use this widget, you must have a Twitter App. Visit this %s and create new application in case you don\'t have one already', 'redwaves' ), '<a href='https://apps.twitter.com' target='_blank'>'. esc_html__( 'link', 'redwaves'Possible hard-coded links were found in the file options.php.119: 'content' => '<p>'. esc_html__( 'Options Panel created using the <a href='http://reduxframework.com'>Redux Framework</a>.', 'redwaves' ) .'</p>'Possible hard-coded links were found in the file admin.php.80: '<a href='http://themient.com/support/' target='_blank'>'. esc_html__( 'Knowledge Bas81: '<a href='http://forum.themient.com/' target='_blank'>'. esc_html__( 'Support Forum',
  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 : class-latesttweets.php 134: if ( !require_once( 'class-twitteroauth.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-updater-admin.php 83: include( dirname( __FILE__ ) . '/class-updater.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 : importer.php 12: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : options.php 136: require_once ( get_template_directory() . '/inc/options/general.php' );137: require_once ( get_template_directory() . '/inc/options/header.php' );138: require_once ( get_template_directory() . '/inc/options/footer.php' );139: require_once ( get_template_directory() . '/inc/options/blog.php' );140: require_once ( get_template_directory() . '/inc/options/posts.php' );141: require_once ( get_template_directory() . '/inc/options/design.php' );142: require_once ( get_template_directory() . '/inc/options/social.php' );143: require_once ( get_template_directory() . '/inc/options/sidebars.php' );144: require_once ( get_template_directory() . '/inc/options/typography.php' );145: require_once ( get_template_directory() . '/inc/options/ads.php' );146: require_once ( get_template_directory() . '/inc/options/advanced.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 : config.php 13: require_once ( get_template_directory() . '/inc/classes/class-tgm-plugin-ac113: require_once ( get_template_directory() . '/inc/vc-config.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 : updater.php 12: require_once( get_template_directory() . '/inc/classes/class-updater-admin. 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 : custom-menus.php 8: require_once ( get_template_directory() . '/inc/classes/walkers/class-prima9: require_once ( get_template_directory() . '/inc/classes/walkers/class-mobil13: require_once( ABSPATH . 'wp-admin/includes/class-walker-nav-menu-edit.php' 14: require_once ( get_template_directory() . '/inc/classes/walkers/class-backe 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 10: require_once( 'classes/widgets/class-authorposts.php' );11: require_once( 'classes/widgets/class-authorprofile.php' );12: require_once( 'classes/widgets/class-fbpage.php' );13: require_once( 'classes/widgets/class-latesttweets.php' );14: require_once( 'classes/widgets/class-login.php' );15: require_once( 'classes/widgets/class-posts.php' );16: require_once( 'classes/widgets/class-tabbed-posts.php' );17: require_once( 'classes/widgets/class-recentcomments.php' );18: require_once( 'classes/widgets/class-relatedposts.php' );19: require_once( 'classes/widgets/class-socialicons.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