0
Validation results

ToroTube

ToroTube

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEtorotube.zip
  • FILE SIZE2509005 bytes
  • MD5700be97f56e30787451c0c0baa35fd5e
  • SHA12bf47255cf466587a582d5a4f76808df5b92c706
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://www.torothemes.com/
  • VERSION1.0
  • AUTHOR URI
  • TAGSXXX, Porno, Tube, Videos, Porn
  • CREATION DATE2019-09-03
  • LAST FILE UPDATE2019-10-03
  • LAST VALIDATION2019-10-03 00:27
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. 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.
  3. Security breaches : Modification of PHP server settings Found ini_set in file bootstrap.php.
    Ligne12: ini_set('display_errors','on');
  4. Unwanted files : hidden file(s) or folder(s) .travis.yml .gitignore was found.
  5. Malware : Operations on file system file_get_contents was found in the file tr-config.php
    Ligne788: 'content'  => file_get_contents( dirname( __FILE__ ) . '/../README.md' )
    file_get_contents was found in the file class.redux_sass.php
    Ligne52: $ids = file_get_contents(self::$matrix_file);
    file_put_contents was found in the file class.redux_sass.php
    Ligne59: $ret = @file_put_contents(self::$matrix_file, $ids);
    Ligne166: $ret = @file_put_contents($css_file, $new_css);
    Ligne206: $ret = @file_put_contents($scss_path . '/' .  $filename . '.css', $new_css);
    file_put_contents was found in the file class.redux_sass.php
    Ligne59: $ret = @file_put_contents(self::$matrix_file, $ids);
    Ligne166: $ret = @file_put_contents($css_file, $new_css);
    Ligne206: $ret = @file_put_contents($scss_path . '/' .  $filename . '.css', $new_css);
    file_put_contents was found in the file class.redux_sass.php
    Ligne59: $ret = @file_put_contents(self::$matrix_file, $ids);
    Ligne166: $ret = @file_put_contents($css_file, $new_css);
    Ligne206: $ret = @file_put_contents($scss_path . '/' .  $filename . '.css', $new_css);
    fopen was found in the file class.redux_helpers.php
    Ligne657: //$fp = fopen( $file, 'r' );
    fread was found in the file class.redux_helpers.php
    Ligne660: //$file_data = fread( $fp, 8192 );
    fclose was found in the file class.redux_helpers.php
    Ligne663: //fclose( $fp );
    fwrite was found in the file scss.inc.php
    Ligne830: fwrite(STDERR, 'Line $line DEBUG: $value\n');
    file_get_contents was found in the file scss.inc.php
    Ligne1652: $code = file_get_contents($path);
    Ligne4430: $imports = unserialize(file_get_contents($icache));
    Ligne4468: $css = $this->scss->compile(file_get_contents($in), $in);
    Ligne4529: echo file_get_contents($output);
    file_get_contents was found in the file scss.inc.php
    Ligne1652: $code = file_get_contents($path);
    Ligne4430: $imports = unserialize(file_get_contents($icache));
    Ligne4468: $css = $this->scss->compile(file_get_contents($in), $in);
    Ligne4529: echo file_get_contents($output);
    file_get_contents was found in the file scss.inc.php
    Ligne1652: $code = file_get_contents($path);
    Ligne4430: $imports = unserialize(file_get_contents($icache));
    Ligne4468: $css = $this->scss->compile(file_get_contents($in), $in);
    Ligne4529: echo file_get_contents($output);
    file_put_contents was found in the file scss.inc.php
    Ligne4475: file_put_contents($out, $css);
    Ligne4476: file_put_contents($this->importsCacheName($out),
    file_put_contents was found in the file scss.inc.php
    Ligne4475: file_put_contents($out, $css);
    Ligne4476: file_put_contents($this->importsCacheName($out),
    file_get_contents was found in the file scss.inc.php
    Ligne1652: $code = file_get_contents($path);
    Ligne4430: $imports = unserialize(file_get_contents($icache));
    Ligne4468: $css = $this->scss->compile(file_get_contents($in), $in);
    Ligne4529: echo file_get_contents($output);
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tgm-plugin-activation.php :
    Ligne370: add_submenu_page( $args['parent_slug'], $args['page_title'], $args['menu_ti
    File tr-config.php :
    Ligne86: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
    File welcome.php :
    Ligne197: $page = 'add_management_page';
    File debug.php :
    Ligne74: add_submenu_page(
    File framework.php :
    Ligne1344: // wrappers and need to be appened to using add_submenu_page.
    Ligne1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
    Ligne1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
    File framework.php :
    Ligne1344: // wrappers and need to be appened to using add_submenu_page.
    Ligne1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
    Ligne1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
    File framework.php :
    Ligne1421: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $this
    File framework.php :
    Ligne1344: // wrappers and need to be appened to using add_submenu_page.
    Ligne1395: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission
    Ligne1453: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
  7. Deprecated functions : screen_icon screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.
    Ligne403: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
    Ligne1599: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  8. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file functions.php. Use get_template_directory_uri() instead.
    Ligne159: $myavatar = get_bloginfo('template_directory').'/img/user.png';  
  9. Deprecated functions : get_option get_option('home') was found in the file header.php. Use home_url() instead.
    Ligne23: <div class='logo'><a href='<?php echo get_option('home'); ?>/' title='<?php bloginfo('name');?>'><img src='<?php 
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in enqueue.php. Themes must not deregister core scripts.
    Ligne215: wp_deregister_script( 'jquerySelect2' );
    Found wp_deregister_script in framework.php. Themes must not deregister core scripts.
    Ligne562: wp_deregister_script( 'wpb_ace' );
  2. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  3. theme tags : Presence of bad theme tagsFound wrong tag XXX in style.css header.Found wrong tag Porno in style.css header.Found wrong tag Tube in style.css header.Found wrong tag Videos in style.css header.Found wrong tag Porn in style.css header.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments "Please do not load this page directly. Thanks!" in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This post is password protected. Enter the password to view comments." in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "This post is password protected. Enter the password to view comments." in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Comments' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your email address will not be published.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment here...' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User Menu' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search...' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '404' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Oops ... the content was not found, try using the search' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search porn...' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file 404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading...' in file related.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image %s' in file related.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show more videos' in file related.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image %s' in file related.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description SEO' in file field_seo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu header' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu links' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu footer' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow us on %sTWITTER!%s' in file setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error' in file 404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ready to post your first entry?... %sclick here%s' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search Porn...' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file 404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image %s' in file index-thumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image %s' in file index-full.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Watch video' in file index-full.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error' in file 404_search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'There were no results for this search, if you wish you can try another search.' in file 404_search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search Porn...' in file 404_search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file 404_search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising' in file widget_advertisement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising' in file widget_advertisement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising' in file widget_advertisement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading...' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The license was activated successfully." in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file setup.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dismiss this notice' in file setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow us on Twitter' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Faster loading' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Requires W3 Total Cache configured as indicated in the manual.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of videos per page' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of related videos' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of categories to display on homepage' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0 to hide in the home' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page to see all categories' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the URL of your Twitter. (Leave blank if none)' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video custom field' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Modify it if necessary. (Optional)' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration custom field' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Modify it if necessary. (Optional)' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer text' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To prevent the entry of minors, this site has been labeled by RTA (Restricted To Adults, restricted to adults, in Spanish). You can easily block access to this site by a filter navigation.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header code' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter special code. ( e.g.: Mochi Verification).' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer code' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter special code. ( e.g.: Mochi Verification).' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEO' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H1' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HomePage' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'XXX Porn Free for all' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Porn Videos {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the entry' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search video {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the search' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag video {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the tag' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the title of the page' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H2' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HomePage' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LAST %sPORNO MOVIES%s' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Porn Videos {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the entry' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search video {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the search' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag video {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the tag' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the title of the page' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title page categories' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title related' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%sPorn videos%s related {name}' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the category post' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the category<br>{total} to display the number of posts in the category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enjoy over %s{total}%s videos on %s{name}%s. We have thousands of XXX videos dedicated to %s{name}%s. Learn about online videos on %s{name}%s Fuck me in here. Videos of %s{name}%s XXX doing all sorts of dirty tricks, free.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave blank if you do not want to leave the description, if you want to customize it to the 100% category edit and put a description.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '{name} to display the name of the tag<br>{total} to display the number of posts in the category' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enjoy over %s{total}%s videos on %s{name}%s. We have thousands of XXX videos dedicated to %s{name}%s. Learn about online videos on %s{name}%s Fuck me in here. Videos of %s{name}%s XXX doing all sorts of dirty tricks, free.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave blank if you do not want to leave the description, if you want to customize it to the 100% tag edit and put a description.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising footer' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To add more than one block of advertising, adding one per line. 300x250' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'List of advertising posts' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '300x250' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising post' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To add more than one block of advertising, adding one per line. 300x250' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Design' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favicon' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Sidebar' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tube' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show information' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of characters in button info' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show menu list of links in posts' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show comments' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazy load' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Colors' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSS Custom' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '01 Color background site' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #fff.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '02 Color text in general' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #999.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '03 Color of Links' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default: #666 / #fa6295' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '04 General Color (Pink)' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #fa6295.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '05 Text information' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #fff7fa.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '06 Color menu icons and titles' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #fcb0ca.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '07 Color advertising icon' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #673bb7.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '08 Border color separator' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'default: #fff7fa.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom CSS' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quickly add some CSS to your theme by adding it to this block.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'License' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your license' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Documentation' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your license' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'License activated properly.' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your license' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check' in file tr-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Color' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current Color' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading...' in file rating.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Like' in file rating.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not vote again' in file rating.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VOTES' in file rating.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VOTED' in file rating.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Videos' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Avatar' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pingback:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags:' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share:' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tweet' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'whatsapp' in file single.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 tgmpa, redux-framework, themecheck, cmb.
  5. Unwanted directories : GIT revision control directoryA.git was found.
  6. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.
    Ligne765: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  7. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  8. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  9. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  10. Fundamental theme elements : Presence of post_class()Could not find post_class.
  11. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  12. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  13. Deprecated functions : screen_iconscreen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.
    Ligne403: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
    Ligne1599: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
  14. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  15. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  16. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  17. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  18. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  19. 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.
  20. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad 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 class.redux_themecheck.php.
    Ligne61: echo sprintf( __( 'The theme you are testing has %s embedded. We invite you to read the %sTheme-Check Documentation%s to understand some warnings you will see because of Redux.', 'redux-framework' ), '<a href='http://reduxframework.com' target='_blank'>Redux Framework</a>', '<a href='
    Possible hard-coded links were found in the file welcome.php.
    Ligne478: <a href='http://docs.reduxframework.com/' class='docs button button-primary'>Docs</a
    Ligne481: <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMFMHW
    Possible hard-coded links were found in the file footer.php.
    Ligne15: <p class='copy'><a href='http://torothemes.com'>Wordpress Themes</a></p>
    Possible hard-coded links were found in the file single.php.
    Ligne38: <a href='https://twitter.com/share' class='twitter-share-button' data-url='<?php the
  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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : widgets.php
    Ligne8: include_once 'widgets/widget_advertisement.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-tgm-plugin-activation.php
    Ligne1085: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : tr-config.php
    Ligne804: require_once( ABSPATH .'/wp-admin/includes/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 : class.redux_sass.php
    Ligne140: require( 'scssphp/scss.inc.php' );
    Ligne191: require( 'scssphp/scss.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 : welcome.php
    Ligne374: require_once 'views/about.php';
    Ligne389: require_once 'views/changelog.php';
    Ligne404: require_once 'views/extensions.php';
    Ligne420: require_once 'views/support.php';
    Ligne435: require_once 'views/credits.php';
    Ligne450: require_once 'views/status_report.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 : extension_customizer.php
    Ligne750: require_once( $class_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 : sysinfo.php
    Ligne54: require_once 'browser.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 : scss.inc.php
    Ligne2816: 
    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 : field_button_set.php
    Ligne46: *              ['format']      string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f
    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 : framework.php
    Ligne410: require_once 'core/dashboard.php';
    Ligne414: require_once 'core/newsflash.php';
    Ligne1702: require_once 'core/enqueue.php';
    Ligne2853: require_once 'core/enqueue.php';
    Ligne2911: require_once 'core/panel.php';
    Ligne3240: require_once 'core/panel.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 : init.php
    Ligne227: @include( $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