78
Validation results

Attraction

Attraction

WordPress 6.5.2 theme
78
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEattraction.zip
  • FILE SIZE3331624 bytes
  • MD54ba452f87c0d469b06812ca5a90936af
  • SHA1b9478b4484c59d6d43d6b59021383ce9eda3ec93
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://themesquared.com/splash/attraction/
  • VERSION1.0.2
  • TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, trans
  • CREATION DATE2019-12-18
  • LAST FILE UPDATE2019-12-18
  • LAST VALIDATION2019-12-18 17:54
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Malware : Operations on file system fwrite was found in the file class-lessc.php 688: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');
Warning
  1. I18N implementation : Proper use of _e(Possible variable $str found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in class-lessc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class-lessc.php. Translation function calls should not contain PHP variables.
  2. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : class-meta-box-ui.php 17: require( spyropress_admin_path() . 'metabox/box_body.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-importer.php 13: require_once( ABSPATH . 'wp-admin/includes/import.php' ) ;20: require_once( $class_wp_importer ) ;29: require_once( $class_wp_import ) ;219: include_once( $option_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-options-ui.php 34: require( spyropress_admin_path() . 'panel/' . $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 : call-action.php 56: require( $this->get_view() ); 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 : program-table.php 65: require( $this->get_view() ); 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 : feature-list.php 65: require( $this->get_view() ); 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 : rich-text.php 40: require( $this->get_view() ); 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 : html.php 53: require( $this->get_view() ); 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 : clients.php 52: require( $this->get_view() ); 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 : gallery.php 67: require( $this->get_view() ); 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 : testimonials.php 76: require( $this->get_view() ); 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 : download-list.php 64: require( $this->get_view() ); 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 : spyropress-builder-init.php 108: include_once( $spyropress_include ); 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 : spyropress-builder-template-loader.php 32: require( $template ); 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 : spyropress-core-functions.php 12: require ( get_template_directory() .'/framework/utilities/wp.php' );13: require ( get_template_directory() .'/framework/utilities/string_numbers.ph14: require ( get_template_directory() .'/framework/utilities/array.php' );15: require ( get_template_directory() .'/framework/utilities/options_settings. 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 : spyropress-widget-init.php 42: include_once( $widget ); 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 : spyropress-admin-init.php 88: require( $i ); 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 : demo-data.php 33: include_once( $option_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.
Other checked themes