0
Validation results

Enfold

Enfold

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEenfold.zip
  • FILE SIZE12192150 bytes
  • MD57b4e2bcb3c492934d6295e8b1fa85aba
  • SHA17d2543baca03049953608296dc71f924c7a17b55
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION4.0.5
  • AUTHOR URI
  • CREATION DATE2019-10-12
  • LAST FILE UPDATE2019-10-12
  • LAST VALIDATION2019-10-12 12:18
  • OTHER VERSIONS

    4.4 : 0%

    4.0.6 : 0%

    2.4.5 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Modification of PHP server settings Found ini_set in file class.ls.importutil.php.
    Ligne40: @ini_set( 'max_execution_time', 0 );
    Ligne41: @ini_set( 'memory_limit', '256M' );
    Found ini_set in file system_status.php.
    Ligne9: @ini_set( 'max_execution_time', 0 );
    Ligne10: @ini_set( 'memory_limit', '256M' );
    Found ini_set in file slider_edit.php.
    Ligne9: @ini_set( 'memory_limit', '256M' );
    Found ini_set in file html-helper.class.php.
    Ligne731: @ini_set('memory_limit','256M');
    Found ini_set in file font-manager.class.php.
    Ligne105: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY
  3. Security breaches : Use of base64_decode() Found base64_decode in file class.ls.importutil.php.
    Ligne98: if($decoded = base64_decode($data, true)) {
    Found base64_decode in file class-framework-widgets.php.
    Ligne1716: $instagram = unserialize( base64_decode( $instagram ) );
    Found base64_decode in file function-set-avia-ajax.php.
    Ligne629: $elements = unserialize( base64_decode( $_POST['defaul_elements'] ) );
    Ligne792: $options = unserialize(base64_decode($options));
    Found base64_decode in file avia-import-class.php.
    Ligne25: $options = unserialize(base64_decode($options));
    Ligne26: $dynamic_pages = unserialize(base64_decode($dynamic_pages));
    Ligne27: $dynamic_elements = unserialize(base64_decode($dynamic_elements));
    Ligne67: $widget_settings = unserialize(base64_decode($widget_settings));
    Ligne129: $new_fonts 		= unserialize(base64_decode($new_fonts));
  4. Security breaches : Use of base64_encode() Found base64_encode in file class.km.autoupdate.v3.php.
     $json->code = base64_encode($_POST['purchase_code']);
    Found base64_encode in file actions.php.
     die(base64_encode(json_encode($data)));
    Found base64_encode in file class-htmlhelper.php.
     $elString = base64_encode(serialize($element['temlate_default_elements']));
    Found base64_encode in file class-framework-widgets.php.
     $instagram = base64_encode( serialize( $instagram ) );
    Found base64_encode in file avia-export-class.php.
     $widget_settings = base64_encode(serialize($widget_settings));
     $export = base64_encode(serialize($export));
     if($export_dynamic_pages) $export_dynamic_pages = base64_encode(serialize($export_dynamic_pages));
     if($export_dynamic_elements) $export_dynamic_elements = base64_encode(serialize($export_dynamic_elements));
     $option = base64_encode( serialize( $option ) );
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="https://news.kreaturamedia.com/layerslider/"> in file slider_list.php.
    Ligne948: <iframe src='https://news.kreaturamedia.com/layerslider/'></iframe>
    Found <iframe src='{$video_url}' height='1600' width='900' frameborder='' class='av_vimeo_frame' id='{$uid}'> in file av-helper-slideshow.php.
    Ligne722: $video 	= '<div class='av-click-overlay'></div><div class='mejs-mediaelement'><iframe src='{$video_url}' height='1600' width='900'  frameborder='' class=
  6. Malware : Operations on file system file_put_contents was found in the file phpQuery.php
    Ligne1403: //		file_put_contents(dirname(__FILE__).'/phpQuery.log', print_r($in, true).'\n
    file_get_contents was found in the file phpQuery.php
    Ligne4781: file_get_contents($file), $contentType
    Ligne4832: return self::newDocumentPHP(file_get_contents($file), $contentType);
    file_get_contents was found in the file phpQuery.php
    Ligne4781: file_get_contents($file), $contentType
    Ligne4832: return self::newDocumentPHP(file_get_contents($file), $contentType);
    file_get_contents was found in the file class.ls.sources.php
    Ligne53: $skins[$handle]['info'] = json_decode(file_get_contents($path.'/info.json'), true);
    Ligne181: $sliders[$handle]['info'] = json_decode(file_get_contents($path.'/info.json'), true);
    file_get_contents was found in the file class.ls.sources.php
    Ligne53: $skins[$handle]['info'] = json_decode(file_get_contents($path.'/info.json'), true);
    Ligne181: $sliders[$handle]['info'] = json_decode(file_get_contents($path.'/info.json'), true);
    readfile was found in the file class.ls.exportutil.php
    Ligne121: readfile($this->file);
    file_get_contents was found in the file class.ls.importutil.php
    Ligne97: $data = file_get_contents($archive);
    Ligne246: $data = json_decode(file_get_contents($file), true);
    file_get_contents was found in the file class.ls.importutil.php
    Ligne97: $data = file_get_contents($archive);
    Ligne246: $data = json_decode(file_get_contents($file), true);
    file_get_contents was found in the file style_editor.php
    Ligne13: $contents = file_exists($file) ? file_get_contents($file) : '';
    file_get_contents was found in the file skin_editor.php
    Ligne83: <textarea rows='10' cols='50' name='contents' class='ls-codemirror'><?php echo htmlentities(file_get_contents($file)); ?></textarea>
    file_get_contents was found in the file transition_builder.php
    Ligne14: if(file_exists($custom_trs)) { $data = file_get_contents($custom_trs); }
    Ligne15: elseif(file_exists($sample_trs)) { $data = file_get_contents($sample_trs); }
    file_get_contents was found in the file transition_builder.php
    Ligne14: if(file_exists($custom_trs)) { $data = file_get_contents($custom_trs); }
    Ligne15: elseif(file_exists($sample_trs)) { $data = file_get_contents($sample_trs); }
    file_put_contents was found in the file actions.php
    Ligne623: if( ! file_put_contents($downloadPath, $zip) ) {
    Ligne783: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne812: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne830: file_put_contents($custom_trs, $data);
    file_put_contents was found in the file actions.php
    Ligne623: if( ! file_put_contents($downloadPath, $zip) ) {
    Ligne783: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne812: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne830: file_put_contents($custom_trs, $data);
    file_put_contents was found in the file actions.php
    Ligne623: if( ! file_put_contents($downloadPath, $zip) ) {
    Ligne783: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne812: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne830: file_put_contents($custom_trs, $data);
    file_put_contents was found in the file actions.php
    Ligne623: if( ! file_put_contents($downloadPath, $zip) ) {
    Ligne783: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne812: file_put_contents($file, stripslashes($_POST['contents']));
    Ligne830: file_put_contents($custom_trs, $data);
    fopen was found in the file actions.php
    Ligne1094: // 		$fp = fopen($uploadFile, 'w');
    fwrite was found in the file actions.php
    Ligne1095: // 		fwrite($fp, file_get_contents($url));
    file_get_contents was found in the file actions.php
    Ligne1095: // 		fwrite($fp, file_get_contents($url));
    fclose was found in the file actions.php
    Ligne1096: // 		fclose($fp);
    fopen was found in the file font-manager.class.php
    Ligne153: $ofp 	= fopen( $this->paths['tempdir'].'/'.basename($entry), 'w' ); 
    Ligne193: if(empty($response) || trim($response) == '' || strpos($response, '<svg') === false) $response = wp_remote_fopen(trailingslashit($this->paths['tempurl']).$this->svg_file );  
    Ligne258: $handle 	= @fopen( $charmap, 'w' );
    fwrite was found in the file font-manager.class.php
    Ligne159: fwrite( $ofp, fread($fp, 8192) ); 
    Ligne262: fwrite( $handle, '<?php $chars = array();');
    Ligne270: fwrite( $handle, '\r\n'.'$chars[\''.$this->font_name.'\']['.$delimiter.$uni
    fread was found in the file font-manager.class.php
    Ligne159: fwrite( $ofp, fread($fp, 8192) ); 
    fclose was found in the file font-manager.class.php
    Ligne161: fclose($fp); 
    Ligne162: fclose($ofp); 
    Ligne274: fclose( $handle );
    fclose was found in the file font-manager.class.php
    Ligne161: fclose($fp); 
    Ligne162: fclose($ofp); 
    Ligne274: fclose( $handle );
    file_get_contents was found in the file font-manager.class.php
    Ligne190: $response = file_get_contents(trailingslashit($this->paths['tempdir']).$this->svg_file 
    fopen was found in the file font-manager.class.php
    Ligne153: $ofp 	= fopen( $this->paths['tempdir'].'/'.basename($entry), 'w' ); 
    Ligne193: if(empty($response) || trim($response) == '' || strpos($response, '<svg') === false) $response = wp_remote_fopen(trailingslashit($this->paths['tempurl']).$this->svg_file );  
    Ligne258: $handle 	= @fopen( $charmap, 'w' );
    fwrite was found in the file font-manager.class.php
    Ligne159: fwrite( $ofp, fread($fp, 8192) ); 
    Ligne262: fwrite( $handle, '<?php $chars = array();');
    Ligne270: fwrite( $handle, '\r\n'.'$chars[\''.$this->font_name.'\']['.$delimiter.$uni
    fwrite was found in the file font-manager.class.php
    Ligne159: fwrite( $ofp, fread($fp, 8192) ); 
    Ligne262: fwrite( $handle, '<?php $chars = array();');
    Ligne270: fwrite( $handle, '\r\n'.'$chars[\''.$this->font_name.'\']['.$delimiter.$uni
    fclose was found in the file font-manager.class.php
    Ligne161: fclose($fp); 
    Ligne162: fclose($ofp); 
    Ligne274: fclose( $handle );
    fopen was found in the file function-set-avia-backend.php
    Ligne789: $handle = @fopen( $index_file, 'w' );
    Ligne807: $handle = @fopen( $file, 'w' );
    Ligne815: $handle = fopen($file, 'r');
    fwrite was found in the file function-set-avia-backend.php
    Ligne792: fwrite( $handle, '<?php\r\necho 'Sorry, browsing the directory is not allow
    Ligne810: $created = fwrite( $handle, $content );
    fclose was found in the file function-set-avia-backend.php
    Ligne793: fclose( $handle );
    Ligne811: fclose( $handle );
    Ligne818: fclose( $handle );
    fopen was found in the file function-set-avia-backend.php
    Ligne789: $handle = @fopen( $index_file, 'w' );
    Ligne807: $handle = @fopen( $file, 'w' );
    Ligne815: $handle = fopen($file, 'r');
    fwrite was found in the file function-set-avia-backend.php
    Ligne792: fwrite( $handle, '<?php\r\necho 'Sorry, browsing the directory is not allow
    Ligne810: $created = fwrite( $handle, $content );
    fclose was found in the file function-set-avia-backend.php
    Ligne793: fclose( $handle );
    Ligne811: fclose( $handle );
    Ligne818: fclose( $handle );
    fopen was found in the file function-set-avia-backend.php
    Ligne789: $handle = @fopen( $index_file, 'w' );
    Ligne807: $handle = @fopen( $file, 'w' );
    Ligne815: $handle = fopen($file, 'r');
    fread was found in the file function-set-avia-backend.php
    Ligne816: $filecontent = fread($handle, filesize($file));
    fclose was found in the file function-set-avia-backend.php
    Ligne793: fclose( $handle );
    Ligne811: fclose( $handle );
    Ligne818: fclose( $handle );
    file_get_contents was found in the file function-set-avia-ajax.php
    Ligne768: $options 	= @file_get_contents($path);
    fopen was found in the file auto-updates.php
    Ligne71: $handle = @fopen( $this->custom_css, 'w' );
    Ligne101: $handle = @fopen( $css_path, 'r' );
    fwrite was found in the file auto-updates.php
    Ligne73: if ($handle && fwrite($handle, $this->custom_css_content)) {
    fopen was found in the file auto-updates.php
    Ligne71: $handle = @fopen( $this->custom_css, 'w' );
    Ligne101: $handle = @fopen( $css_path, 'r' );
    fread was found in the file auto-updates.php
    Ligne104: $this->custom_css_content = fread($handle, $size);
    fclose was found in the file auto-updates.php
    Ligne107: fclose($handle);
    file_get_contents was found in the file function-set-avia-frontend.php
    Ligne636: $body = @file_get_contents($url, NULL, stream_context_create($options), 0, 1);
    file_get_contents was found in the file parsers.php
    Ligne252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    fopen was found in the file parsers.php
    Ligne401: $fp = $this->fopen( $file, 'r' );
    Ligne627: function fopen( $filename, $mode = 'r' ) {
    Ligne630: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne450: $this->fclose($fp);
    Ligne645: function fclose( $fp ) {
    Ligne648: return fclose( $fp );
    fopen was found in the file parsers.php
    Ligne401: $fp = $this->fopen( $file, 'r' );
    Ligne627: function fopen( $filename, $mode = 'r' ) {
    Ligne630: return fopen( $filename, $mode );
    fopen was found in the file parsers.php
    Ligne401: $fp = $this->fopen( $file, 'r' );
    Ligne627: function fopen( $filename, $mode = 'r' ) {
    Ligne630: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne450: $this->fclose($fp);
    Ligne645: function fclose( $fp ) {
    Ligne648: return fclose( $fp );
    fclose was found in the file parsers.php
    Ligne450: $this->fclose($fp);
    Ligne645: function fclose( $fp ) {
    Ligne648: return fclose( $fp );
    file_put_contents was found in the file avia-import-class.php
    Ligne104: if( ! file_put_contents($downloadPath, $zip) ) 
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File menus.php :
    Ligne25: $layerslider_hook = add_menu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File menus.php :
    Ligne32: add_submenu_page(
    Ligne38: add_submenu_page(
    Ligne44: add_submenu_page(
    Ligne49: add_submenu_page(
    Ligne54: add_submenu_page(
    Ligne59: add_submenu_page(
    File class-adminpages.php :
    Ligne133: $page_creation_method = 'add_object_page'; //deprecated since 4.5
    File class-adminpages.php :
    Ligne134: if(function_exists('add_menu_page')) { $page_creation_method = 'add_menu_page'; }
    File class-adminpages.php :
    Ligne134: if(function_exists('add_menu_page')) { $page_creation_method = 'add_menu_page'; }
    File class-adminpages.php :
    Ligne160: $avia_page = add_submenu_page(	$top_level,								// parent page slug to attach
    File function-set-avia-ajax.php :
    Ligne617: if($_POST['method'] == 'add_option_page')
    Ligne619: $result = $options->add_option_page($_POST);
  8. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.
    Ligne1032: screen_icon();
  9. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.
    Ligne905: $headers = wp_get_http( $url, $upload['file'] );
  10. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file functions-enfold.php. Deprecated since version 4.5. Use wp_get_current_user instead.
    Ligne628: get_currentuserinfo();
  11. Deprecated functions : get_option get_option('home') was found in the file config.php. Use home_url() instead.
    Ligne354: return str_replace(untrailingslashit( get_option('home') ), untrailingslashit(icl_get_home_url()), $url);
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in scripts.php. Themes must not deregister core scripts.
    Ligne23: wp_deregister_script('jquery');
    Ligne120: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments in file class.ls.posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class.ls.posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file slider_markup_html.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display only on active slides' in file slideshow_accordion.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file slideshow_accordion.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slanting from right to left' in file section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Box shadow' in file section.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Menu Style' in file functions-enfold.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Default Style' in file functions-enfold.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button Style (Colored)' in file functions-enfold.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Button Style (Bordered)' in file functions-enfold.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Name of the new Widget Area here' in file class-sidebar-generator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Widget Area' in file class-sidebar-generator.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Insert Video' in file class-media.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(remove)' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-htmlhelper.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Invalid)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Column' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(Mega Menu)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mega Menu Column Title <span class="avia_supersmall">(if you dont want to display a title just enter a single dash: "-" )</span>' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Target' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Same window or tab' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New window or tab' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Relationship (XFN)' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file class-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file config.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 avia_framework, LayerSlider, , installer, date_format, @ , time_format, schedule_start, schedule_end, plugindomain, woocommerce, avia_builder, tgmpa, envato, wordpress-importer, woothemes.
  4. 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.
  5. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  6. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file tab_section.php.Found a mix of \r\n and \n line endings in file grid_row.php.Found a mix of \r\n and \n line endings in file contentslider.php.
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file embed.css.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.
    Ligne1032: screen_icon();
  11. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  12. I18N implementation : Proper use of _e(Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in class.ls.posts.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class.ls.posts.php. Translation function calls should not contain PHP variables. Possible variable $slider found in translation function in shortcodes.php. Translation function calls should not contain PHP variables. Possible variable $slider found in translation function in shortcodes.php. Translation function calls should not contain PHP variables. Possible variable $layer found in translation function in slider_markup_html.php. Translation function calls should not contain PHP variables. Possible variable $ptr found in translation function in pointer.class.php. Translation function calls should not contain PHP variables. Possible variable $ptr found in translation function in pointer.class.php. Translation function calls should not contain PHP variables.
  14. I18N implementation : Proper use of _x(Possible variable $permalinks found in translation function in register-portfolio.php. Translation function calls should not contain PHP variables. Possible variable $permalinks found in translation function in register-portfolio.php. Translation function calls should not contain PHP variables.
  15. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  16. Date and time implementation : Use of the_time()At least one hard coded date was found in the file loop-search.php. Function get_option( 'date_format' ) should be used instead.
  17. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 700x467px (700:467). Ratio of width to height should be 4:3.Screenshot size is 700x467px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in function-set-avia-frontend.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : phpQuery.php
    Ligne4936: require_once($file);
    Ligne5063: require_once('Zend/Http/Client.php');
    Ligne5307: require_once('Zend/Json/Encoder.php');
    Ligne5324: require_once('Zend/Json/Decoder.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.ls.importutil.php
    Ligne173: require_once(ABSPATH.'wp-admin/includes/image.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 : actions.php
    Ligne1099: // 		require_once(ABSPATH.'wp-admin/includes/image.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 : menus.php
    Ligne84: include(LS_ROOT_PATH.'/views/skin_editor.php');
    Ligne87: include(LS_ROOT_PATH.'/views/transition_builder.php');
    Ligne90: include(LS_ROOT_PATH.'/views/system_status.php');
    Ligne94: include(LS_ROOT_PATH.'/views/getting-started.php');
    Ligne97: include(LS_ROOT_PATH.'/views/faqs.php');
    Ligne100: include(LS_ROOT_PATH.'/views/about.php');
    Ligne104: include(LS_ROOT_PATH.'/views/style_editor.php');
    Ligne107: include(LS_ROOT_PATH.'/views/slider_edit.php');
    Ligne110: include(LS_ROOT_PATH.'/views/slider_list.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 : activation.php
    Ligne127: require_once(ABSPATH . 'wp-admin/includes/upgrade.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-builder.php
    Ligne14: require_once( dirname(__FILE__) . '/php/template-builder.class.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 : meta-box.class.php
    Ligne40: require($this->configPath.'meta.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 : font-manager.class.php
    Ligne488: include($config['include'].'/'.$config['config']);
    Ligne645: @include($config['include'].'/'.$config['compat']);
    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-builder.class.php
    Ligne114: require_once( $this->paths['pluginPath'].'php/pointer.class.php' );
    Ligne115: require_once( $this->paths['pluginPath'].'php/shortcode-helper.class.php' )
    Ligne116: require_once( $this->paths['pluginPath'].'php/generic-helper.class.php' );
    Ligne117: require_once( $this->paths['pluginPath'].'php/html-helper.class.php' );
    Ligne118: require_once( $this->paths['pluginPath'].'php/meta-box.class.php' );
    Ligne119: require_once( $this->paths['pluginPath'].'php/shortcode-template.class.php'
    Ligne120: require_once( $this->paths['pluginPath'].'php/media.class.php' );
    Ligne121: require_once( $this->paths['pluginPath'].'php/tiny-button.class.php' );
    Ligne122: require_once( $this->paths['pluginPath'].'php/save-buildertemplate.class.ph
    Ligne123: require_once( $this->paths['pluginPath'].'php/storage-post.class.php' );
    Ligne124: require_once( $this->paths['pluginPath'].'php/font-manager.class.php' );
    Ligne142: require_once( $file ); 
    Ligne238: include_once($this->paths['configPath'].'javascript_strings.php');
    Ligne399: include($this->paths['configPath'].'pointers.php');
    Ligne587: include($this->paths['configPath'].'meta.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 : config.php
    Ligne35: require_once( dirname(__FILE__) . '/avia-template-builder/php/template-buil
    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 : config.php
    Ligne9: include( 'event-mod-css-dynamic.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 : avia_framework.php
    Ligne39: require( 'php/inc-autoconfig.php' );
    Ligne52: require( AVIA_PHP.'class-superobject.php' );
    Ligne64: require( AVIA_PHP.'function-set-avia-backend.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-superobject.php
    Ligne116: include(AVIA_BASE.'/includes/admin/register-admin-options.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : class-tgm-plugin-activation.php
    Ligne1061: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : class-htmlhelper.php
    Ligne1559: if($link) @include($link);
    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-metabox.php
    Ligne108: include( AVIA_BASE.'/includes/admin/register-admin-metabox.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 : function-set-avia-backend.php
    Ligne110: include_once( AVIA_PHP.$include.'.php' );
    Ligne146: include_once( $folder .'/'. $file );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : function-set-avia-ajax.php
    Ligne59: include( AVIA_BASE.'/includes/admin/register-admin-metabox.php' );
    Ligne81: @include($link);
    Ligne779: require_once($class_wp_import);
    Ligne788: require_once($class_avia_import);
    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-autoconfig.php
    Ligne139: require( AVIA_PHP.'function-set-avia-frontend.php' );
    Ligne144: require( AVIA_PHP.'class-megamenu.php' );
    Ligne149: require( AVIA_PHP.'avia_shortcodes/shortcodes.php' );
    Ligne154: require( AVIA_PHP.'class-style-generator.php' );
    Ligne159: require( AVIA_PHP.'class-form-generator.php' );
    Ligne164: require( AVIA_PHP.'class-framework-widgets.php' );
    Ligne169: require( AVIA_PHP.'class-breadcrumb.php' );
    Ligne175: require( AVIA_PHP.'class-queryfilter.php' );
    Ligne181: require( AVIA_PHP.'class-sidebar-generator.php' );
    Ligne192: require( AVIA_PHP.'function-set-avia-ajax.php' );
    Ligne197: require( AVIA_PHP.'class-adminpages.php' );
    Ligne202: require( AVIA_PHP.'class-metabox.php' );
    Ligne207: require( AVIA_PHP.'class-htmlhelper.php' );
    Ligne212: require( AVIA_PHP.'class-media.php' );
    Ligne217: require( AVIA_PHP.'class-database-option-sets.php' );
    Ligne222: require( AVIA_PHP.'wordpress-importer/avia-export-class.php' );
    Ligne227: require( AVIA_PHP.'auto-updates/auto-updates.php' );
    Ligne234: require( AVIA_PHP.'class-update-notifier.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-pixelentity-theme-update.php
    Ligne32: require_once('class-envato-protected-api.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 : auto-updates.php
    Ligne45: require_once('class-pixelentity-theme-update.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-avia-importer.php
    Ligne23: require_once($class_wp_importer);
    Ligne37: require_once($class_wp_import);
    Ligne53: include_once('wordpress-importer/avia-import-class.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 : dialog.php
    Ligne5: require_once( $path[0] . '/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 : av-prev.php
    Ligne5: require_once( $path[0] . '/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 : avia-import-class.php
    Ligne12: if($option_file) @include_once($option_file);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : register-admin-options.php
    Ligne36: include('register-backend-styles.php');
    Ligne39: include('register-backend-google-fonts.php');
    Ligne42: include('register-backend-advanced-styles.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 : register-dynamic-styles.php
    Ligne143: require( AVIA_BASE.'css/dynamic-css.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 : config.php
    Ligne19: include('admin-options.php');
    Ligne20: include('admin-import.php');
    Ligne21: include( 'woocommerce-mod-css-dynamic.php');
    Ligne103: require_once( 'config-woocommerce-bookings/config.php' ); //compatibility w
    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