13
Validation results

Theme Pluto by PinSupreme

Theme Pluto by PinSupreme

WordPress 6.5.2 theme
13
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Unwanted files : hidden file(s) or folder(s) .travis.yml was found.
  3. Malware : Operations on file system file_get_contents was found in the file lessc.inc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file lessc.inc.php 687: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file lessc.inc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);file_put_contents was found in the file lessc.inc.php 1835: return file_put_contents($outFname, $out);file_get_contents was found in the file wp-less.php 182: $cache = unserialize( file_get_contents( $cache_path ) );file_put_contents was found in the file wp-less.php 225: file_put_contents( $cache_path, serialize( array( 'vars' => $this->vars, 'l226: file_put_contents( $css_path, $less_cache[ 'compiled' ] );file_put_contents was found in the file wp-less.php 225: file_put_contents( $cache_path, serialize( array( 'vars' => $this->vars, 'l226: file_put_contents( $css_path, $less_cache[ 'compiled' ] );
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was ._zilla-social.zip ._js_composer.zip ._mega_main_menu.zip ._userpro.zip ._advanced-custom-fields-pro.zip ._userpro-messaging.zip zilla-social.zip mega_main_menu.zip userpro-messaging.zip js_composer.zip userpro.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.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widgets.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 pluto, woocommerce, twentyfourteen, sun-by-osetin, tgmpa, sun, osetin, text_domain, lawyer-by-osetin.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file ._featured-carousel-content.php.
  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. 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.216: <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 : 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.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 : 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-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 : 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-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.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.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 : 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-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-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 : wp-less.php 29: require_once( $os_dir.'/lessphp/lessc.inc.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 : osetin-feature-post-lightbox.php 34: 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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : 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.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-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-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.
Other checked themes