9
Validation results

Missio

Missio

WordPress 6.5.2 theme
9
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEmissio.zip
  • FILE SIZE49297928 bytes
  • MD51fd615048948c7d41ac83b18857c3d99
  • SHA1c1d2c4e896f0297fb9ec81d42bc7fdad610a0cc6
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.0
  • 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 DATE2021-05-04
  • LAST FILE UPDATE2021-05-04
  • LAST VALIDATION2021-05-04 10:06
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of base64_encode() Found base64_encode in file Application.php.
     $token = base64_encode($token);
    Found base64_encode in file User.php.
     return base64_encode(hash_hmac('sha1', $signatureBaseString, $compositeKey, true))
  2. Malware : Operations on file system file_get_contents was found in the file class-flickr.php 72: $rsp = json_decode(file_get_contents($url));file_get_contents was found in the file class-facebook.php 42: $photo_sets_list = json_decode(file_get_contents($url));55: $photo_set_photos = json_decode(file_get_contents($url));67: $oauth = file_get_contents('https://graph.facebook.com/oauth/access_token?type=clien69: $feed = json_decode(file_get_contents($url));file_get_contents was found in the file class-facebook.php 42: $photo_sets_list = json_decode(file_get_contents($url));55: $photo_set_photos = json_decode(file_get_contents($url));67: $oauth = file_get_contents('https://graph.facebook.com/oauth/access_token?type=clien69: $feed = json_decode(file_get_contents($url));file_get_contents was found in the file class-facebook.php 42: $photo_sets_list = json_decode(file_get_contents($url));55: $photo_set_photos = json_decode(file_get_contents($url));67: $oauth = file_get_contents('https://graph.facebook.com/oauth/access_token?type=clien69: $feed = json_decode(file_get_contents($url));file_get_contents was found in the file class-facebook.php 42: $photo_sets_list = json_decode(file_get_contents($url));55: $photo_set_photos = json_decode(file_get_contents($url));67: $oauth = file_get_contents('https://graph.facebook.com/oauth/access_token?type=clien69: $feed = json_decode(file_get_contents($url));file_get_contents was found in the file class-instagram.php 43: $rsp = json_decode(file_get_contents($url));file_get_contents was found in the file class-youtube.php 53: $rsp = json_decode(file_get_contents($url));67: $rsp = json_decode(file_get_contents($url));81: $rsp = json_decode(file_get_contents($url));file_get_contents was found in the file class-youtube.php 53: $rsp = json_decode(file_get_contents($url));67: $rsp = json_decode(file_get_contents($url));81: $rsp = json_decode(file_get_contents($url));file_get_contents was found in the file class-youtube.php 53: $rsp = json_decode(file_get_contents($url));67: $rsp = json_decode(file_get_contents($url));81: $rsp = json_decode(file_get_contents($url));file_get_contents was found in the file class-vimeo.php 37: $rsp = json_decode(file_get_contents($url));
  3. Malware : Network operations curl_init was found in the file ConnectionAbstract.php 103: $curl = curl_init();curl_exec was found in the file ConnectionAbstract.php 108: $response = curl_exec($curl);
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was missio-common.zip missio-elementor.zip mega_main_menu.zip elementor.zip.
Warning
  1. 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.
  2. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  3. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  4. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  5. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  6. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  7. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  8. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  9. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  10. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  11. 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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  4. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  5. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.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 : color.php 5: require_once( $root.'/wp-load.php' ); 7: require_once( $root.'/wp-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 : RestApi.php 13: require_once 'connection/ConnectionAbstract.php';14: require_once 'connection/Application.php';15: require_once 'connection/User.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-twitter.php 2: include 'RestApi.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