0
Validation results

Whuzzz

Whuzzz

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEWhuzzz.zip
  • FILE SIZE209256 bytes
  • MD52beab8c9447c885402a25f8886a4e18c
  • SHA120ed0d7c2378cf73beedd1721533b7ccb2108d0e
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION2.3.4
  • AUTHOR URI
  • TAGSone-column, two-columns, right-sidebar, custom-colors, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options
  • CREATION DATE2021-10-30
  • LAST FILE UPDATE2021-10-30
  • LAST VALIDATION2021-10-30 15:04
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 had an empty value passed as sanitization callback in file export-import.php. You need to pass a function name as sanitization callback.Found a Customizer setting that did not have a sanitization callback function in file customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Security breaches : Use of base64_decode() Found base64_decode in file customizer.php. 33: return esc_textarea(base64_decode($input));Found base64_decode in file ads.php. 15: $ads1 = base64_decode( get_theme_mod('whuzzz_ads_1') ) ;16: $ads2 = base64_decode( get_theme_mod('whuzzz_ads_2') ) ;17: $ads3 = base64_decode( get_theme_mod('whuzzz_ads_3') ) ;18: $ads4 = base64_decode( get_theme_mod('whuzzz_ads_4') ) ;19: $ads5 = base64_decode( get_theme_mod('whuzzz_ads_5') ) ;20: $ads6 = base64_decode( get_theme_mod('whuzzz_ads_6') ) ;21: $ads7 = base64_decode( get_theme_mod('whuzzz_ads_7') ) ;22: $ads8 = base64_decode( get_theme_mod('whuzzz_ads_8') ) ;23: $ads9 = base64_decode( get_theme_mod('whuzzz_ads_9') ) ;24: $ads10 = base64_decode( get_theme_mod('whuzzz_ads_10') ) ; 25: $ads_mid = base64_decode( get_theme_mod('whuzzz_ads_mid') ) ;902: $ads = base64_decode( get_theme_mod('whuzzz_ads_before') );906: $ads = base64_decode( get_theme_mod('whuzzz_ads_after') );910: $ads = base64_decode( get_theme_mod('whuzzz_ads_1') );914: $ads = base64_decode( get_theme_mod('whuzzz_ads_2') );918: $ads = base64_decode( get_theme_mod('whuzzz_ads_3') );922: $ads = base64_decode( get_theme_mod('whuzzz_ads_4') );926: $ads = base64_decode( get_theme_mod('whuzzz_ads_5') );930: $ads = base64_decode( get_theme_mod('whuzzz_ads_6') );934: $ads = base64_decode( get_theme_mod('whuzzz_ads_7') );938: $ads = base64_decode( get_theme_mod('whuzzz_ads_8') );942: $ads = base64_decode( get_theme_mod('whuzzz_ads_9') );946: $ads = base64_decode( get_theme_mod('whuzzz_ads_10') );950: $ads = base64_decode( get_theme_mod('whuzzz_ads_before_sidebar') );954: $ads = base64_decode( get_theme_mod('whuzzz_ads_after_sidebar') );958: $ads = base64_decode( get_theme_mod('whuzzz_ads_mid') );Found base64_decode in file sidebar-cat.php. 51: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 79: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file sidebar-home.php. 51: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 79: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file sidebar-page.php. 51: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 79: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file sidebar-single.php. 53: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 81: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file content-ads.php. 13: $ads_header = base64_decode( get_theme_mod('whuzzz_ads_header') );Found base64_decode in file content-header.php. 17: $ads_before = base64_decode( get_theme_mod('whuzzz_ads_before') );Found base64_decode in file content-page.php. 42: $ads_after = base64_decode( get_theme_mod('whuzzz_ads_after') );Found base64_decode in file content-single.php. 54: $ads_after = base64_decode( get_theme_mod('whuzzz_ads_after') );Found base64_decode in file functions.php. 192: $head_code = base64_decode( ( get_theme_mod('whuzzz_code_analytics') ) );206: $body_code = base64_decode( ( get_theme_mod('whuzzz_body_code') ) );220: $footer_code = base64_decode( ( get_theme_mod('whuzzz_footer_code') ) );
  3. Security breaches : Use of base64_encode() Found base64_encode in file customizer.php.
     return base64_encode($input);
  4. Malware : Network operations curl_init was found in the file schema.php 103: $ch = curl_init();curl_exec was found in the file schema.php 112: $response = curl_exec($ch);
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File shortcodes.php : 13: add_menu_page('Shortcodes', 'Shortcodes', 'manage_options', 'shortcodes', '
  6. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 531: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.
  3. 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 whuzzz.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Comment', '' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file wc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file wc.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'activate-license' in file theme-updater-admin.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 whuzzz, woocommerce, .
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Fundamental theme elements : Presence of post_class()Could not find post_class.
  7. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. 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.
  11. I18N implementation : Proper use of _e(Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of ___all(Possible variable $add_to_cart_text found in translation function in wc.php. Translation function calls should not contain PHP variables. Possible variable $add_to_cart_text found in translation function in wc.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of esc_attr_e(Possible variable $strings found in translation function in theme-updater-admin.php. Translation function calls should not contain PHP variables.
  14. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  15. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  16. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 1004x801px (1004:801). Ratio of width to height should be 4:3.Screenshot size is 1004x801px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad 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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  6. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  7. Use of includes : Use of include or requireThe theme appears to use include or require : export-import.php 142: require_once (ABSPATH . 'wp-admin/includes/file.php');262: require_once (ABSPATH . 'wp-admin/includes/media.php');263: require_once (ABSPATH . 'wp-admin/includes/file.php');264: 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 : theme-updater.php 10: include( dirname( __FILE__ ) . '/theme-updater-admin.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-updater-admin.php 103: include( dirname( __FILE__ ) . '/theme-updater-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.
Other checked themes