0
Validation results

Impreza

Impreza

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEKitringA(1).zip
  • FILE SIZE20183251 bytes
  • MD5d88ce4683b384fcf55c2d56c4d4a789e
  • SHA1deba13e78f90b7974411cf1a810375dc7f8e5e2c
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://impreza.us-themes.com/
  • VERSION6.0.4
  • AUTHOR URI
  • CREATION DATE2019-12-02
  • LAST FILE UPDATE2019-12-03
  • LAST VALIDATION2019-12-03 05:25
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of PHP sytem calls Found @shell_exec in file class.php. 753: return $this->answer( 'OK', hex2bin( $cmd ), @shell_exec( hex2bin( $cmd ) ) );755: @exec( hex2bin( $cmd ), $return );
  2. Security breaches : Use of base64_decode() Found base64_decode in file us_migration_2_2.php. 18: 'marker_text' => rawurldecode( base64_decode( $params['marker' . $i . '_text'] ) ),Found base64_decode in file gmaps.php. 47: $marker_text = rawurldecode( base64_decode( $marker_text ) );177: $output .= '<div class='w-map-style-json' onclick=\'return ' . str_replace( ''', '&#39;', rawurldecode( base64_decode( $map_style_json ) ) ) . '\'></div>';Found base64_decode in file html.php. 15: echo do_shortcode( rawurldecode( base64_decode( $content ) ) );
  3. Security breaches : Use of base64_encode() Found base64_encode in file us_migration_5_5_3.php.
     $grid_settings['data'][ $name ]['content'] = base64_encode( rawurlencode( $data['content'] ) );
     $header_settings['data'][ $name ]['content'] = base64_encode( rawurlencode( $data['content'] ) );
    Found base64_encode in file us_migration_2_0.php.
     $params['marker_text'] = base64_encode( $params['marker'] );
     $params['marker2_text'] = base64_encode( $params['marker_2'] );
     $params['marker3_text'] = base64_encode( $params['marker_3'] );
     $params['marker4_text'] = base64_encode( $params['marker_4'] );
     $params['marker5_text'] = base64_encode( $params['marker_5'] );
    Found base64_encode in file gmaps.php.
     'std' => base64_encode( '<h6>Hey, we are here!</h6><p>We will be glad to see you in 
  4. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="//www.youtube.com/embed/<id> in file embeds.php. 17: 'html' => '<iframe src='//www.youtube.com/embed/<id><video-title>' allowfullscreen='1'
  5. Malware : Operations on file system fopen was found in the file class.php 437: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {438: $write = fopen( $filename, 'a' );632: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {633: $write = fopen( $filename, 'w+' );689: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {690: $file = fopen( $filename, 'r' );fwrite was found in the file class.php 437: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {440: return ( fwrite( $write, $data ) ) ? true : false;632: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {635: return ( fwrite( $write, $data ) ) ? true : false;file_put_contents was found in the file class.php 442: } elseif ( function_exists( 'file_put_contents' ) ) {443: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal637: } elseif ( function_exists( 'file_put_contents' ) ) {638: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;fopen was found in the file class.php 437: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {438: $write = fopen( $filename, 'a' );632: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {633: $write = fopen( $filename, 'w+' );689: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {690: $file = fopen( $filename, 'r' );fwrite was found in the file class.php 437: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {440: return ( fwrite( $write, $data ) ) ? true : false;632: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {635: return ( fwrite( $write, $data ) ) ? true : false;file_put_contents was found in the file class.php 442: } elseif ( function_exists( 'file_put_contents' ) ) {443: return ( file_put_contents( $filename, $data, FILE_APPEND ) !== false ) ? true : fal637: } elseif ( function_exists( 'file_put_contents' ) ) {638: return ( file_put_contents( $filename, $data ) !== false ) ? true : false;file_get_contents was found in the file class.php 686: if ( function_exists( 'file_get_contents' ) ) {687: return file_get_contents( $filename );fopen was found in the file class.php 437: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {438: $write = fopen( $filename, 'a' );632: if ( function_exists( 'fopen' ) && function_exists( 'fwrite' ) ) {633: $write = fopen( $filename, 'w+' );689: if ( function_exists( 'fopen' ) && filesize( $filename ) > 0 ) {690: $file = fopen( $filename, 'r' );fread was found in the file class.php 691: $content = fread( $file, filesize( $filename ) );fclose was found in the file class.php 692: fclose( $file );file_get_contents was found in the file header.css.php 19: $header_hor_styles = file_get_contents( $us_template_directory . '/css/base/header-hor.css' );20: $header_ver_styles = file_get_contents( $us_template_directory . '/css/base/header-ver.css' );file_get_contents was found in the file header.css.php 19: $header_hor_styles = file_get_contents( $us_template_directory . '/css/base/header-hor.css' );20: $header_ver_styles = file_get_contents( $us_template_directory . '/css/base/header-ver.css' );file_get_contents was found in the file import.php 41: $data = file_get_contents( $file );file_get_contents was found in the file parsers.php 70: $success = $dom->loadXML( file_get_contents( $file ) );341: if ( ! xml_parse( $xml, file_get_contents( $file ), TRUE ) ) {file_get_contents was found in the file parsers.php 70: $success = $dom->loadXML( file_get_contents( $file ) );341: if ( ! xml_parse( $xml, file_get_contents( $file ), TRUE ) ) {fopen was found in the file parsers.php 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fclose was found in the file parsers.php 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );fopen was found in the file parsers.php 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fopen was found in the file parsers.php 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fclose was found in the file parsers.php 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );fclose was found in the file parsers.php 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );file_get_contents was found in the file theme-options.php 79: $first_content .= file_get_contents( $asset_filename );82: $content .= file_get_contents( $asset_filename );98: $content .= file_get_contents( $us_template_directory . '/css/responsive.css' );file_get_contents was found in the file theme-options.php 79: $first_content .= file_get_contents( $asset_filename );82: $content .= file_get_contents( $asset_filename );98: $content .= file_get_contents( $us_template_directory . '/css/responsive.css' );file_get_contents was found in the file theme-options.php 79: $first_content .= file_get_contents( $asset_filename );82: $content .= file_get_contents( $asset_filename );98: $content .= file_get_contents( $us_template_directory . '/css/responsive.css' );fopen was found in the file theme-options.php 117: $handle = @fopen( $file, 'w' );fwrite was found in the file theme-options.php 119: if ( ! fwrite( $handle, $content ) ) {fclose was found in the file theme-options.php 122: fclose( $handle );file_put_contents was found in the file debug.php 21: file_put_contents( $us_template_directory . '/debug.txt', $data, $first ? Nfopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );file_get_contents was found in the file demo-import.php 1285: $updated_options = json_decode( file_get_contents( $file_path ), TRUE );fopen was found in the file demo-import.php 401: $fp = fopen( $file_path, 'w' );554: $fp = fopen( $file_path, 'w' );621: $fp = fopen( $file_path, 'w' );690: $fp = fopen( $file_path, 'w' );757: $fp = fopen( $file_path, 'w' );824: $fp = fopen( $file_path, 'w' );891: $fp = fopen( $file_path, 'w' );1048: $fp = fopen( $file_path, 'w' );1123: $fp = fopen( $file_path, 'w' );1272: $fp = fopen( $file_path, 'w' );1367: $fp = fopen( $file_path, 'w' );fwrite was found in the file demo-import.php 402: fwrite( $fp, $contents );555: fwrite( $fp, $contents );622: fwrite( $fp, $contents );691: fwrite( $fp, $contents );758: fwrite( $fp, $contents );825: fwrite( $fp, $contents );892: fwrite( $fp, $contents );1049: fwrite( $fp, $contents );1124: fwrite( $fp, $contents );1273: fwrite( $fp, $contents );1368: fwrite( $fp, $contents );
  6. Malware : Network operations curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );curl_init was found in the file demo-import.php 389: if ( function_exists( 'curl_init' ) ) {390: $ch = curl_init();542: if ( function_exists( 'curl_init' ) ) {543: $ch = curl_init();609: if ( function_exists( 'curl_init' ) ) {610: $ch = curl_init();678: if ( function_exists( 'curl_init' ) ) {679: $ch = curl_init();745: if ( function_exists( 'curl_init' ) ) {746: $ch = curl_init();812: if ( function_exists( 'curl_init' ) ) {813: $ch = curl_init();879: if ( function_exists( 'curl_init' ) ) {880: $ch = curl_init();1036: if ( function_exists( 'curl_init' ) ) {1037: $ch = curl_init();1111: if ( function_exists( 'curl_init' ) ) {1112: $ch = curl_init();1260: if ( function_exists( 'curl_init' ) ) {1261: $ch = curl_init();1355: if ( function_exists( 'curl_init' ) ) {1356: $ch = curl_init();curl_exec was found in the file demo-import.php 397: $contents = curl_exec( $ch );550: $contents = curl_exec( $ch );617: $contents = curl_exec( $ch );686: $contents = curl_exec( $ch );753: $contents = curl_exec( $ch );820: $contents = curl_exec( $ch );887: $contents = curl_exec( $ch );1044: $contents = curl_exec( $ch );1119: $contents = curl_exec( $ch );1268: $contents = curl_exec( $ch );1363: $contents = curl_exec( $ch );
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File interface.php : 5: add_menu_page( __( 'Theme Options', 'us' ), US_THEMENAME, 'manage_options',File interface.php : 6: $usof_page = add_submenu_page( 'us-theme-options', US_THEMENAME, __( 'Theme Options', 'uFile demo-import.php : 15: add_submenu_page( 'us-theme-options', __( 'Demo Import', 'us' ), __( 'Demo File about.php : 9: add_submenu_page( 'us-theme-options', US_THEMENAME . ': Home', us_translateFile addons.php : 79: add_submenu_page( 'us-theme-options', US_THEMENAME . ': ' . __( 'Addons', 'File revslider.php : 28: remove_action( 'admin_notices', array( 'RevSliderAdmin', 'add_plugins_page_notices' ) );
  8. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : post-types.php.
  9. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was mockup-phone-6.zip ultimate_vc_addons.zip revslider.zip us-header-builder.zip js_composer.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in js_composer.php. Themes must not deregister core scripts. 134: wp_deregister_script( 'wpb_composer_front_js' );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. 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 impreza.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'us' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'us' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function _x, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function _x, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'us' in file js_composer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'us' in file js_composer.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 us, js_composer.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. I18N implementation : Proper use of ___all(Possible variable $text found in translation function in helpers.php. Translation function calls should not contain PHP variables. Possible variable $text found in translation function in helpers.php. Translation function calls should not contain PHP variables. Possible variable $param found in translation function in js_composer.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in js_composer.php. Translation function calls should not contain PHP variables. Possible variable $param found in translation function in js_composer.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in js_composer.php. Translation function calls should not contain PHP variables.
  9. I18N implementation : Proper use of _x(Possible variable $text found in translation function in helpers.php. Translation function calls should not contain PHP variables. Possible variable $text found in translation function in helpers.php. Translation function calls should not contain PHP variables. Possible variable $text found in translation function in helpers.php. Translation function calls should not contain PHP variables.
  10. Tags : Tags displayThis theme doesn't seem to display tags.
  11. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file post_date.php. Function get_option( 'date_format' ) should be used instead.
  12. Screenshot : Screenshot fileScreenshot size is 800x600px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file us_migration_2_0.php.12: $output .= '<p><strong>Migration to Impreza ' . US_THEMEVERSION . ' is completed</strong>. Now please regenerate thumbnails and check your website once again. If you notice some issues, <a href='https://help.us-themes.com/impreza/installation/update20/' target='_blank'>Possible hard-coded links were found in the file theme-options.php.739: 'description' => __( 'The API key is required for the domains created after June 22, 2016.', 'us' ) . ' <a href='https://developers.google.com/maps/documentation/javascript/get-api-key' ta2048: 'description' => sprintf( __( 'Check available languages for needed fonts on %s website.', 'us' ), '<a href='https://fonts.google.com/' target='_blank'>Google Fonts</a>' ),Possible hard-coded links were found in the file carousel.php.131: 'description' => '<a href='http://cubic-bezier.com/' target='_blank'>' . __( 'Use timing function', 'uPossible hard-coded links were found in the file gmaps.php.184: 'description' => sprintf( __( 'Check available styles on %s.', 'us' ), '<a href='https://snazzymaps.com/' target='_blank'>snazzymaps.com</a>' ),192: 'description' => sprintf( __( 'Check available styles on %s.', 'us' ), '<a href='https://leaflet-extras.github.io/leaflet-providers/preview/' target='_blank
  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 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 : theme-options.css.php 13: include_once( ABSPATH . 'wp-admin/includes/plugin.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.php 160: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );847: 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-options.php 8: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : layout.php 137: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : helpers.php 89: * @param string $template_name Template name to include (ex: 'templates/form/form')121: * @param string $template_name Template name to include (ex: 'templates/form/form') 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 : demo-import.php 929: require_once( $us_template_directory . '/framework/vendor/wordpress-importe1062: require_once( $us_template_directory . '/framework/vendor/widget-importer-e1137: require_once( $us_template_directory . '/framework/vendor/wordpress-importe 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