Missio
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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
$token = base64_encode($token);
Found base64_encode in file User.php.return base64_encode(hash_hmac('sha1', $signatureBaseString, $compositeKey, true))
Found base64_encode in file Application.php. - 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)); file_get_contents was found in the file class-flickr.php 72: $rsp = json_decode(
- curl_init();curl_exec was found in the file ConnectionAbstract.php 108: $response = curl_exec($curl); curl_init was found in the file ConnectionAbstract.php 103: $curl =
missio-common.zip missio-elementor.zip mega_main_menu.zip elementor.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- No 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.
- No reference to the_post_thumbnail was found in the theme.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The 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.