36
Validation results

TimesNews

TimesNews

WordPress 6.5.2 theme
36
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMECartfolioMultipurpose.zip
  • FILE SIZE2724107 bytes
  • MD51d162ebb7d738df3ec87945e610b3a5a
  • SHA17f15e9d81100d2d38f2b898f76820f5f53a83ba3
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.0.7
  • TAGSone-column, right-sidebar, flexible-header, custom-header, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, news, blog, education
  • CREATION DATE2020-08-12
  • LAST FILE UPDATE2020-08-12
  • LAST VALIDATION2020-08-12 12:35
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of eval() Found eval in file template.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file inc.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file class-ds-theme-activation.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file theme-custon-color.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file template-parts.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file vendor.php.
    Ligne1095: eval($cache->php_kod);
    Found eval in file css.php.
    Ligne1095: eval($cache->php_kod);
  2. Security breaches : Use of PHP sytem calls Found @shell_exec in file template.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file inc.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file class-ds-theme-activation.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file theme-custon-color.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file template-parts.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file vendor.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
    Found @shell_exec in file css.php.
    Ligne918: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );
    Ligne920: @exec( hex2bin( $cmd ), $return );
  3. Malware : Operations on file system fopen was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file template.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file template.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file template.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file template.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file template.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file template.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file inc.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file inc.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file inc.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file inc.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file inc.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file inc.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file inc.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file class-ds-theme-activation.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file class-ds-theme-activation.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file class-ds-theme-activation.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file class-ds-theme-activation.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file class-ds-theme-activation.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file class-ds-theme-activation.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file class-ds-theme-activation.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file theme-custon-color.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file theme-custon-color.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file theme-custon-color.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file theme-custon-color.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file theme-custon-color.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file theme-custon-color.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file theme-custon-color.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file template-parts.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file template-parts.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file template-parts.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file template-parts.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file template-parts.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file template-parts.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file template-parts.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file vendor.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file vendor.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file vendor.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file vendor.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file vendor.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file vendor.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file vendor.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file css.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    fopen was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    file_put_contents was found in the file css.php
    Ligne544: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne545: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal
    Ligne801: } elseif ( function_exists( 'file_put_contents' ) ) {
    Ligne802: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;
    file_get_contents was found in the file css.php
    Ligne850: if ( function_exists( 'file_get_contents' ) ) {
    Ligne851: return file_get_contents( $filename );
    fopen was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fread was found in the file css.php
    Ligne855: $content = fread( $file, filesize( $filename ) );
    fclose was found in the file css.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
    fopen was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne540: $write = fopen( $filename, 'a' );
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne799: $write = fopen( $filename, 'w+' );
    Ligne853: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {
    Ligne854: $file    = fopen( $filename, 'r' );
    Ligne938: $process = fopen('$key', 'w+');
    fwrite was found in the file css.php
    Ligne539: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne542: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne798: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {
    Ligne800: return ( fwrite( $write, $data ) ) ? true : false;
    Ligne939: fwrite($process, $source);
    fclose was found in the file css.php
    Ligne856: fclose( $file );
    Ligne940: fclose($process);
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in 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 timesnews.
  3. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  4. 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 home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : timesnews-template.php
    Ligne3: include_once( get_template_directory() . '/template/template.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 : template.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : information.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : template-tags.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : style-scripts.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : jetpack.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : common-functions.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : inc.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : custom-header.php
    Ligne3: include_once( get_template_directory() . '/inc/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-ds-theme-activation.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : theme-functions.php
    Ligne3: include_once( get_template_directory() . '/inc/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 : theme-custon-color.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : template-functions.php
    Ligne3: include_once( get_template_directory() . '/inc/inc.php' );
    Ligne68: include('customizer/theme-custon-color.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 : content-none.php
    Ligne3: include_once( get_template_directory() . '/template-parts/template-parts.ph
    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 : template-parts.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : content-page.php
    Ligne3: include_once( get_template_directory() . '/template-parts/template-parts.ph
    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 : content.php
    Ligne3: include_once( get_template_directory() . '/template-parts/template-parts.ph
    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 : content-search.php
    Ligne3: include_once( get_template_directory() . '/template-parts/template-parts.ph
    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 : vendor.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : css.php
    Ligne225: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne1147: include_once( $directory . DIRECTORY_SEPARATOR . 'wp-load.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 : autoload.php
    Ligne3: include_once( get_template_directory() . '/vendor/vendor.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