32
Validation results

Theme Pluto by PinSupreme

Theme Pluto by PinSupreme

WordPress 6.5.2 theme
32
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe loading="lazy" src="https://w.soundcloud.com/player/?visual=true&url='.urlencode($url).'&show_artwork=true"> in file osetin-helpers.php. 203: return '<iframe loading='lazy' src='https://w.soundcloud.com/player/?visual=true&ur
  2. Malware : Operations on file system fwrite was found in the file lessc.inc.php 694: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');
  3. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was zilla-social.zip one-click-demo-import.zip mega_main_menu.zip userpro.zip userpro-messaging.zip js_composer.zip advanced-custom-fields-pro.zip.
Warning
  1. theme tags : Presence of bad theme tagsThe tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.
  2. 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 theme-pluto-by-pinsupreme.
  3. Text domain : Incorrect use of translation functions.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 pluto, woocommerce, tgmpa.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  6. I18N implementation : Proper use of _e(Possible variable $str found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables.
  7. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  8. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file osetin-helpers.php.220: <div class='footer-copyright'><?php echo osetin_get_field('footer_text', 'option', '<a href='https://pinsupreme.com/wordpress-theme/clean-personal-masonry-blog-wordpresPossible hard-coded links were found in the file options-page.php.18: <div class='about-text'>Congratulations! You are using the most powerful masonry grid styled blog theme on the market built for you by a great team at <a href='https://pinsupreme.com'>Pinsupreme.com</a></div>34: <a href='https://pinsupreme.com/posts/how-to-find-your-themeforest-item-purchase-lic43: <li><a href='https://pinsupreme.com/users/sign_up' target='_blank'>Manage Activations & 34: <a href='https://pinsupreme.com/posts/how-to-find-your-themeforest-item-purchase-lic41: <li><a href='http://pluto.pinsupreme.com/docs/index.html' target='_blank'>Read Documenta45: <li><a href='http://pluto.pinsupreme.com/docs/index.html#headingFaqs' target='_blank'>Re52: <a href='http://pluto.pinsupreme.com/docs/index.html#headingImportingDemoDataXML' ta43: <li><a href='https://pinsupreme.com/users/sign_up' target='_blank'>Manage Activations & 46: <li><a href='https://osetin.ticksy.com/' target='_blank'>Open Support Ticket</a></li>
  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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : page-masonry-condensed.php 5: require_once(get_template_directory() . '/inc/partials/masonry.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 : index.php 15: <?php require_once(get_template_directory() . '/inc/set-layout-vars.php') ?>16: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.php'19: <?php require_once(get_template_directory() . '/inc/partials/top-ad-sidebar.php')27: <?php require_once(get_template_directory() . '/inc/isotope-navigation.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 : tag.php 33: <?php require_once(get_template_directory() . '/inc/set-layout-vars.php') ?>51: <?php require_once(get_template_directory() . '/inc/isotope-navigation.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 : page-masonry-condensed-facebook.php 9: require_once(get_template_directory() . '/inc/partials/masonry.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 : page-masonry-condensed-fixed-height.php 9: require_once(get_template_directory() . '/inc/partials/masonry.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 : author.php 50: <?php require_once(get_template_directory() . '/inc/set-layout-vars.php') ?>72: <?php require_once(get_template_directory() . '/inc/isotope-navigation.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 : osetin-laza.php 44: include( $path ); 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 : less-variables.php 40: require_once( get_template_directory() . '/inc/colors/default.php');45: require_once( get_template_directory() . '/inc/colors/{$color_scheme}.php' 47: require_once( get_template_directory() . '/extend/custom_scheme_vars.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-cerberus-notices.php 75: include( 'views/html-notice-theme-deactivate.php' );84: include( 'views/html-notice-theme-activate.php' );90: include( 'views/html-notice-theme-connection-error.php' );96: include( 'views/html-notice-theme-license-status-422.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 140: require( get_template_directory() . '/featured-carousel-content.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 : masonry.php 11: <?php require_once(get_template_directory() . '/inc/partials/hero-image.php') ?>12: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.php'16: <?php require_once(get_template_directory() . '/inc/partials/top-ad-sidebar.php')21: require_once(get_template_directory() . '/inc/osetin-custom-index-query.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 : lessc.inc.php 125: require_once (ABSPATH . '/wp-admin/includes/file.php'); wp_filesystem();1839: require_once (ABSPATH . '/wp-admin/includes/file.php'); wp_filesystem();1850: require_once (ABSPATH . '/wp-admin/includes/file.php'); wp_filesystem(); 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 : wp-less.php 17: require_once(ABSPATH . 'wp-admin/includes/file.php');23: require_once( get_template_directory() . '/inc/wp-less/lessc.inc.php' );305: require_once (ABSPATH . '/wp-admin/includes/file.php'); wp_filesystem(); 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 : osetin-acf.php 14: require_once( get_template_directory() . '/inc/default-acf-vars.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 : activate-required-plugins.php 20: require_once (get_template_directory() . '/inc/class-tgm-plugin-activation. 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 : osetin-feature-post-lightbox.php 41: include(locate_template('single-content.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-cerberus-core.php 3: include_once( get_template_directory() . '/inc/class-cerberus-notices.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 : search.php 22: <?php require_once(get_template_directory() . '/inc/set-layout-vars.php') ?>41: <?php require_once(get_template_directory() . '/inc/isotope-navigation.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 : page-masonry-condensed-with-author.php 9: require_once(get_template_directory() . '/inc/partials/masonry.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 : page-masonry-simple.php 11: require_once(get_template_directory() . '/inc/partials/masonry.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 : page.php 8: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.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 : page-masonry.php 8: require_once(get_template_directory() . '/inc/partials/masonry.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 : single.php 14: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.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 : category.php 30: <?php require_once(get_template_directory() . '/inc/set-layout-vars.php') ?>42: <?php require_once(get_template_directory() . '/inc/isotope-navigation.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 : page-wrapped.php 10: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.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 : page-masonry-condensed-pinterest.php 9: require_once(get_template_directory() . '/inc/partials/masonry.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 : page-blog.php 10: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.php'12: <?php require_once(get_template_directory() . '/inc/partials/top-ad-sidebar.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 : page-masonry-simple-pinterest.php 12: require_once(get_template_directory() . '/inc/partials/masonry.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 : page-masonry-simple-facebook.php 12: require_once(get_template_directory() . '/inc/partials/masonry.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 : page-photos.php 7: <?php require_once(get_template_directory() . '/inc/partials/hero-image.php') ?>8: <?php require_once(get_template_directory() . '/inc/partials/featured-slider.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