0
Résultats de validation

Zephyr

Zephyr

WordPress 6.5.2 theme
0
  • TYPE DE THèMEThème WordPress %s 6.5.2
  • NOM DU FICHIERZephyr.zip
  • TAILLE DU FICHIER12506078 octets
  • MD5a3aa4596bcc7dd4070a330716881902d
  • SHA1040d50bd57d49fe1fac2149e5d5eb8efb0990c86
  • LICENCEPropriétaire
  • FICHIERS INCLUSCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • URI DU THèME URIhttp://zephyr.us-themes.com/
  • VERSION6.5
  • URI DE L'AUTEUR
  • TAGSresponsive-layout, custom-colors, theme-options, translation-ready
  • DATE DE CRéATION2019-09-26
  • DERNIèRE MISE à JOUR DU FICHIER2019-09-26
  • DERNIèRE VALIDATION2019-09-26 09:52
  • AUTRES VERSIONS

    8.7 : 29%

    6.8 : 28%

Ce thème n'est peut être pas libre. Themecheck ne distribue pas de thèmes commerciaux.
Alertes critiques
  1. Failles de sécurité : Utilisation de base64_decode() base64_decode trouvé dans le fichier gmaps.php. 47: $marker_text = rawurldecode( base64_decode( $marker_text ) );174: $output .= '<div class='w-map-style-json' onclick=\'return ' . str_replace( ''', '&#39;', rawurldecode( base64_decode( $map_style_json ) ) ) . '\'></div>';base64_decode trouvé dans le fichier html.php. 16: echo do_shortcode( rawurldecode( base64_decode( $content ) ) );base64_decode trouvé dans le fichier us_migration_2_2.php. 18: 'marker_text' => rawurldecode( base64_decode( $params['marker' . $i . '_text'] ) ),base64_decode trouvé dans le fichier js_composer.php. 1043: $post_content = base64_decode( $post_content_data[1] );
  2. Failles de sécurité : Utilisation de base64_encode() base64_encode trouvé dans le fichier 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'] ) );
    base64_encode trouvé dans le fichier 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'] );
    base64_encode trouvé dans le fichier us_migration_5_2.php.
     $grid_settings['data'][ $name ]['content'] = base64_encode( rawurlencode( $data['content'] ) );
     $header_settings['data'][ $name ]['content'] = base64_encode( rawurlencode( $data['content'] ) );
    base64_encode trouvé dans le fichier 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'] );
    base64_encode trouvé dans le fichier gmaps.php.
     'std' => base64_encode( '<h6>Hey, we are here!</h6><p>We will be glad to see you in 
  3. Présence d'iframes : Les iframes sont parfois utilisées pour charger du contenu non désirés ou du code malicieux sur des sites tiers <iframe src="//www.youtube.com/embed/<id> trouvé dans le fichier embeds.php. 17: 'html' => '<iframe src='//www.youtube.com/embed/<id><video-title>' allowfullscreen='1'
  4. Code malveillant : Opérations sur système de fichiers file_get_contents trouvé dans le fichier css-header.php. 19: $header_hor_styles = file_get_contents( $us_template_directory . '/common/css/base/header-hor.cs20: $header_ver_styles = file_get_contents( $us_template_directory . '/common/css/base/header-ver.csfile_get_contents trouvé dans le fichier css-header.php. 19: $header_hor_styles = file_get_contents( $us_template_directory . '/common/css/base/header-hor.cs20: $header_ver_styles = file_get_contents( $us_template_directory . '/common/css/base/header-ver.csfile_get_contents trouvé dans le fichier parsers.php. 70: $success = $dom->loadXML( file_get_contents( $file ) );341: if ( ! xml_parse( $xml, file_get_contents( $file ), TRUE ) ) {file_get_contents trouvé dans le fichier parsers.php. 70: $success = $dom->loadXML( file_get_contents( $file ) );341: if ( ! xml_parse( $xml, file_get_contents( $file ), TRUE ) ) {fopen trouvé dans le fichier parsers.php. 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );fopen trouvé dans le fichier parsers.php. 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fopen trouvé dans le fichier parsers.php. 520: $fp = $this->fopen( $file, 'r' );756: function fopen( $filename, $mode = 'r' ) {761: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );fclose trouvé dans le fichier parsers.php. 570: $this->fclose( $fp );780: function fclose( $fp ) {785: return fclose( $fp );file_get_contents trouvé dans le fichier theme-options.php. 108: $first_content .= file_get_contents( $asset_filename );111: $content .= file_get_contents( $asset_filename );123: $content .= file_get_contents( $us_template_directory . '/common/' . $ext . '/base/ripp140: if ( $google_fonts_content = file_get_contents( us_enqueue_fonts( TRUE ), FALSE, $context ) ) {151: $content .= file_get_contents( $us_template_directory . '/common/css/responsive.css' );file_get_contents trouvé dans le fichier theme-options.php. 108: $first_content .= file_get_contents( $asset_filename );111: $content .= file_get_contents( $asset_filename );123: $content .= file_get_contents( $us_template_directory . '/common/' . $ext . '/base/ripp140: if ( $google_fonts_content = file_get_contents( us_enqueue_fonts( TRUE ), FALSE, $context ) ) {151: $content .= file_get_contents( $us_template_directory . '/common/css/responsive.css' );file_get_contents trouvé dans le fichier theme-options.php. 108: $first_content .= file_get_contents( $asset_filename );111: $content .= file_get_contents( $asset_filename );123: $content .= file_get_contents( $us_template_directory . '/common/' . $ext . '/base/ripp140: if ( $google_fonts_content = file_get_contents( us_enqueue_fonts( TRUE ), FALSE, $context ) ) {151: $content .= file_get_contents( $us_template_directory . '/common/css/responsive.css' );file_get_contents trouvé dans le fichier theme-options.php. 108: $first_content .= file_get_contents( $asset_filename );111: $content .= file_get_contents( $asset_filename );123: $content .= file_get_contents( $us_template_directory . '/common/' . $ext . '/base/ripp140: if ( $google_fonts_content = file_get_contents( us_enqueue_fonts( TRUE ), FALSE, $context ) ) {151: $content .= file_get_contents( $us_template_directory . '/common/css/responsive.css' );file_get_contents trouvé dans le fichier theme-options.php. 108: $first_content .= file_get_contents( $asset_filename );111: $content .= file_get_contents( $asset_filename );123: $content .= file_get_contents( $us_template_directory . '/common/' . $ext . '/base/ripp140: if ( $google_fonts_content = file_get_contents( us_enqueue_fonts( TRUE ), FALSE, $context ) ) {151: $content .= file_get_contents( $us_template_directory . '/common/css/responsive.css' );fopen trouvé dans le fichier theme-options.php. 172: $handle = @fopen( $file, 'w' );210: $handle = @fopen( $file, 'w' );fwrite trouvé dans le fichier theme-options.php. 174: if ( ! fwrite( $handle, $content ) ) {212: if ( ! fwrite( $handle, $content ) ) {fclose trouvé dans le fichier theme-options.php. 177: fclose( $handle );215: fclose( $handle );fopen trouvé dans le fichier theme-options.php. 172: $handle = @fopen( $file, 'w' );210: $handle = @fopen( $file, 'w' );fwrite trouvé dans le fichier theme-options.php. 174: if ( ! fwrite( $handle, $content ) ) {212: if ( ! fwrite( $handle, $content ) ) {fclose trouvé dans le fichier theme-options.php. 177: fclose( $handle );215: fclose( $handle );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );file_get_contents trouvé dans le fichier demo-import.php. 1313: $updated_options = json_decode( file_get_contents( $file_path ), TRUE );fopen trouvé dans le fichier demo-import.php. 409: $fp = fopen( $file_path, 'w' );560: $fp = fopen( $file_path, 'w' );627: $fp = fopen( $file_path, 'w' );696: $fp = fopen( $file_path, 'w' );763: $fp = fopen( $file_path, 'w' );830: $fp = fopen( $file_path, 'w' );897: $fp = fopen( $file_path, 'w' );964: $fp = fopen( $file_path, 'w' );1098: $fp = fopen( $file_path, 'w' );1300: $fp = fopen( $file_path, 'w' );1402: $fp = fopen( $file_path, 'w' );fwrite trouvé dans le fichier demo-import.php. 410: fwrite( $fp, $contents );561: fwrite( $fp, $contents );628: fwrite( $fp, $contents );697: fwrite( $fp, $contents );764: fwrite( $fp, $contents );831: fwrite( $fp, $contents );898: fwrite( $fp, $contents );965: fwrite( $fp, $contents );1099: fwrite( $fp, $contents );1301: fwrite( $fp, $contents );1403: fwrite( $fp, $contents );
  5. Code malveillant : Opérations réseau curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );curl_init trouvé dans le fichier demo-import.php. 397: if ( function_exists( 'curl_init' ) ) {398: $ch = curl_init();548: if ( function_exists( 'curl_init' ) ) {549: $ch = curl_init();615: if ( function_exists( 'curl_init' ) ) {616: $ch = curl_init();684: if ( function_exists( 'curl_init' ) ) {685: $ch = curl_init();751: if ( function_exists( 'curl_init' ) ) {752: $ch = curl_init();818: if ( function_exists( 'curl_init' ) ) {819: $ch = curl_init();885: if ( function_exists( 'curl_init' ) ) {886: $ch = curl_init();952: if ( function_exists( 'curl_init' ) ) {953: $ch = curl_init();1086: if ( function_exists( 'curl_init' ) ) {1087: $ch = curl_init();1288: if ( function_exists( 'curl_init' ) ) {1289: $ch = curl_init();1390: if ( function_exists( 'curl_init' ) ) {1391: $ch = curl_init();curl_exec trouvé dans le fichier demo-import.php. 405: $contents = curl_exec( $ch );556: $contents = curl_exec( $ch );623: $contents = curl_exec( $ch );692: $contents = curl_exec( $ch );759: $contents = curl_exec( $ch );826: $contents = curl_exec( $ch );893: $contents = curl_exec( $ch );960: $contents = curl_exec( $ch );1094: $contents = curl_exec( $ch );1296: $contents = curl_exec( $ch );1398: $contents = curl_exec( $ch );
  6. Menu Admin : Les thèmes doivent utiliser add_theme_page () pour ajouter des pages admin. Fichier about.php : 10: add_menu_page( US_THEMENAME . ': ' . us_translate_x( 'About', 'personal datFichier about.php : 23: add_submenu_page( $parent_slug, US_THEMENAME . ': ' . us_translate_x( 'AbouFichier addons.php : 81: add_submenu_page( $parent_slug, __( 'Addons', 'us' ), __( 'Addons', 'us' ),Fichier interface.php : 8: add_menu_page( __( 'Theme Options', 'us' ), US_THEMENAME, 'manage_options',Fichier interface.php : 10: $usof_page = add_submenu_page( 'us-theme-options', __( 'Theme Options', 'us' ), __( 'TheFichier demo-import.php : 16: add_submenu_page( 'us-theme-options', __( 'Demo Import', 'us' ), __( 'Demo Fichier revslider.php : 31: remove_action( 'admin_notices', array( 'RevSliderAdmin', 'add_plugins_page_notices' ) );
  7. Barre d'admin cachée : Barre d'admin cachée Les thèmes ne doivent pas cacher la barre d'admin. Détecté dans le fichier post-types.php.
  8. Fonctions obsolètes : bloginfo bloginfo( 'template_url' ) trouvé dans le fichier functions.php. Il est préférable d'utiliser echo esc_url( get_template_directory_uri() ). 34: <link rel='stylesheet' type='text/css' href='<?php bloginfo( 'template_url' ); ?>/fonts/abzarwp-fonts/fonts.css' />
  9. Inclusion de plugin : Présence de fichier zip Les plugins ne sont pas autorisés dans les thèmes. Le fichier zip us-core.zip a été trouvé.
Attention
  1. Script de core désabonné : Désabonnement d'un script de coreAppel à wp_deregister_script dans js_composer.php. Les thèmes ne doivent appeler wp_deregister_script sur des scripts du core. 134: wp_deregister_script( 'wpb_composer_front_js' );
  2. tags du thème : Présence de tags inconnusLe tag responsive-layout est obsolète, il ne doit pas figurer dans le header de style.css.
  3. Text domain : Utilisation incorrecte des fonctions de traduction.Mauvaus répertoire d'installation pour le thème. Le nom du répertoir doit correspondre au slug du thème. Le slug de ce thème ainsi que le text-domain est zephyr.
  4. Text domain : Utilisation incorrecte des fonctions de traduction.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _n, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _n, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'us' dans le fichier breadcrumbs.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'us' dans le fichier breadcrumbs.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _n, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction _n, avec les arguments dans le fichier helpers.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'us' dans le fichier js_composer.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'us' dans le fichier js_composer.php.Plusieurs text-domain sont utilisés dans le thème. Cela signifie que le thème n'est pas compatible avec les language packs de WordPress. Les domaines trouvés sont us, js_composer.
  5. Contextes de plugin : Fonctionnalités de pluginLe thème utilise la fonction register_post_type(). Cette fonction n'est pas prévue pour être utilisée dans le contexte d'un thème, mais plutôt dans un plugin.Le thème utilise la fonction add_shortcode(). L'utilisation des custom post-content shortcodes est du domaine des plugins.
  6. Uniformité des caractères de fin de ligne : Les fins de ligne DOS et UNIXLe fichier google-fonts.php contient un mélange de finde ligne \r\n and \n
  7. Eléments custom : Présence d'une entête customAucune référence à custom header n'a été trouvée dans le thème.
  8. Eléments custom : Présence d'un fond customAucune référence à custom background n'a été trouvée dans le thème.
  9. Editor style : Présence de l'édition de styleAucune référence à add_editor_style() n'a été trouvée dans le thème. Il est recommandé que le thème implémente l'édition de style, de manière à faire correspondre le contenu de l'éditeur l'affichage dans le thème.
  10. Implémentation de l'internationalisation : Utilisation correcte de ___al(La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $param a été trouvée dans une fonction de traduction dans le fichier js_composer.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $title a été trouvée dans une fonction de traduction dans le fichier js_composer.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $param a été trouvée dans une fonction de traduction dans le fichier js_composer.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $title a été trouvée dans une fonction de traduction dans le fichier js_composer.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  11. Implémentation de l'internationalisation : Utilisation correcte de _x(La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $text a été trouvée dans une fonction de traduction dans le fichier helpers.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  12. Implémentation de la date et de l'heure : Utilisation de date_i18n()Au moins une date codée en dur a été trouvée dans le fichier post_date.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.
  13. Screenshot : Copie d'écranLa taille du screenshot est 800x600px. La taille recommandée est 1200x900, pour prendre en compte les affichages HiDPI. Bien qu'une résolution de 1200x900 soit recommandée, toutes les images au format 4:3 sont acceptables.Mauvaise extension de fichier screenshot ! Le fichier screenshot.png n'est pas un véritable fichier JPG. Le type détecté est : "image/png".
Info
  1. Liens statiques : Présence de liens codés en durLien potentiellement codés en dur trouvé dans le fichier us_migration_5_0.php.12: $output .= '<p><strong>Update to ' . US_THEMENAME . ' ' . US_THEMEVERSION . ' is completed</strong>. Now check your website. If you notice some issues, <a href='https://help.us-themes.com/impreza/tickets/' target='_blank'>go to the suppLien potentiellement codés en dur trouvé dans le fichier us_migration_2_0.php.12: $output .= '<p><strong>Migration to ' . US_THEMENAME . ' ' . 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'>Lien potentiellement codés en dur trouvé dans le fichier theme-options.php.758: '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' ta1643: 'description' => __( 'Sets behavior of fonts rendering.', 'us' ) . ' <a href='https://font-display.glitch.me/' target='_blank' rel='noopener'>' . sprintfLien potentiellement codés en dur trouvé dans le fichier carousel.php.131: 'description' => '<a href='http://cubic-bezier.com/' target='_blank' rel='noopener'>' . __( 'Use timinLien potentiellement codés en dur trouvé dans le fichier gmaps.php.184: 'description' => sprintf( __( 'Check available styles on %s.', 'us' ), '<a href='https://snazzymaps.com/' target='_blank' rel='noopener'>snazzymaps.com</a>'192: 'description' => sprintf( __( 'Check available styles on %s.', 'us' ), '<a href='https://leaflet-extras.github.io/leaflet-providers/preview/' target='_blankLien potentiellement codés en dur trouvé dans le fichier js_composer.php.943: <?php echo '<a href='' . admin_url() . 'post-new.php?post_type=us_grid_layout' target='_blank' rel='noopener'>' . __( 'Add Grid Layout', 'us' ) . '</a>. ' . sprintf( __( 'See %s', 'us' ), '<a href='http://impreza.us-themes.com/grid-templates/' target='_blank' rel='noopener
  2. Fichiers optionnels : Présence du fichierde style pour les écritures de droite vers la gauche rtl.cssCe thème ne contient pas le fichier optionnel rtl.php.
  3. Fichiers optionnels : Présence du fichier-template fron-*page.phpCe thème ne contient pas le fichier optionnel front-page.php.
  4. Fichiers optionnels : Présence du fichier-template de page d'accueil home.phpCe thème ne contient pas le fichier optionnel home.php.
  5. Fichiers optionnels : Présence du fichier-template de catégorie category.phpCe thème ne contient pas le fichier optionnel category.php.
  6. Fichiers optionnels : Présence du fichier-template des tags tag.phpCe thème ne contient pas le fichier optionnel tag.php.
  7. Fichiers optionnels : Présence du fichier template de taxinomie taxonomy.phpCe thème ne contient pas le fichier optionnel taxonomy.php.
  8. Fichiers optionnels : Présence du fichier-template author.phpCe thème ne contient pas le fichier optionnel author.php.
  9. Fichiers optionnels : Présence de du fichier-template des dates et heures date.phpCe thème ne contient pas le fichier optionnel date.php.
  10. Fichiers optionnels : Présence du fichier-template des pièces jointes attachment.phpCe thème ne contient pas le fichier optionnel attachment.php.
  11. Utilisation d'includes : Utilisation de include ou de de requireLe thème semble utiliser include ou require : vc_row.php 262: include( $svg_filepath ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : css-theme-options.php 13: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : theme-options.php 8: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : layout.php 137: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : helpers.php 100: * @param string $template_name Template name to include (ex: 'templates/form/form')134: * @param string $template_name Template name to include (ex: 'templates/form/form') Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : demo-import.php 1002: require_once( US_CORE_DIR . 'vendor/wordpress-importer/wordpress-importer.p1112: require_once( US_CORE_DIR . 'vendor/wordpress-importer/wordpress-importer.p Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : js_composer.php 851: require( $preview_full_path ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.
Other checked themes