0
Validation results

AsapTheme

AsapTheme

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEAsapTheme.zip
  • FILE SIZE226456 bytes
  • MD5ca9cb5627882b1ff2e8f955be4a2f8af
  • SHA182633c528e33c037791eb63a28d2da7a5752b154
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • THEME URIhttps://asaptheme.com
  • VERSION1.5.3
  • CREATION DATE2021-09-05
  • LAST FILE UPDATE2021-09-05
  • LAST VALIDATION2021-09-05 08:16
  • OTHER VERSIONS

    2.0.6 : 0%

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 header.php. 19: <?php echo base64_decode( ( get_theme_mod('asap_code_analytics') ) ); ?>Found base64_decode in file customizer.php. 26: return esc_textarea( base64_decode($input) ); Found base64_decode in file ads.php. 15: $ads1 = base64_decode( get_theme_mod('asap_ads_1') ) ;16: $ads2 = base64_decode( get_theme_mod('asap_ads_2') ) ;17: $ads3 = base64_decode( get_theme_mod('asap_ads_3') ) ;18: $ads4 = base64_decode( get_theme_mod('asap_ads_4') ) ;19: $ads5 = base64_decode( get_theme_mod('asap_ads_5') ) ;20: $ads6 = base64_decode( get_theme_mod('asap_ads_6') ) ;21: $ads_mid = base64_decode( get_theme_mod('asap_ads_mid') ) ;573: $ads = base64_decode( get_theme_mod('asap_ads_before') );577: $ads = base64_decode( get_theme_mod('asap_ads_after') );581: $ads = base64_decode( get_theme_mod('asap_ads_1') );585: $ads = base64_decode( get_theme_mod('asap_ads_2') );589: $ads = base64_decode( get_theme_mod('asap_ads_3') );593: $ads = base64_decode( get_theme_mod('asap_ads_4') );597: $ads = base64_decode( get_theme_mod('asap_ads_5') );601: $ads = base64_decode( get_theme_mod('asap_ads_6') );605: $ads = base64_decode( get_theme_mod('asap_ads_before_sidebar') );609: $ads = base64_decode( get_theme_mod('asap_ads_after_sidebar') );613: $ads = base64_decode( get_theme_mod('asap_ads_mid') );Found base64_decode in file sidebar-page.php. 55: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 83: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file sidebar-single.php. 55: <?php echo base64_decode ( ( $ads_before_sidebar ) ); ?> 83: <?php echo base64_decode( ( $ads_after_sidebar ) ); ?> Found base64_decode in file content-ads.php. 9: $ads_header = base64_decode( get_theme_mod('asap_ads_header') );Found base64_decode in file content-header.php. 11: $ads_before = base64_decode( get_theme_mod('asap_ads_before') );Found base64_decode in file content-page.php. 36: $ads_after = base64_decode( get_theme_mod('asap_ads_after') );Found base64_decode in file content-single.php. 47: $ads_after = base64_decode( get_theme_mod('asap_ads_after') );
  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 138: $ch = curl_init();curl_exec was found in the file schema.php 147: $response = curl_exec($ch);
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File shortcodes.php : 16: add_menu_page('Categorizaciones', 'Categorizaciones', 'manage_options', 'cl17: add_menu_page('Shortcodes', 'Shortcodes', 'manage_options', 'shortcodes', 'File shortcodes.php : 16: add_menu_page('Categorizaciones', 'Categorizaciones', 'manage_options', 'cl17: 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. 296: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag 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 asaptheme.
  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', 'noun' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Youtube' in file functions.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 hero-theme, asap, edd-theme-updater.
  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 add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  7. Fundamental theme elements : Presence of post_class()Could not find post_class.
  8. 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.
  9. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  10. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  11. 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.
  12. 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.
  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: 1003x800px (1003:800). Ratio of width to height should be 4:3.Screenshot size is 1003x800px. 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 : shortcodes.php 4: require_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 : 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